com.ptc.windchill.index.indexloader
Class IndexLoaderMain

java.lang.Object
  extended bycom.ptc.windchill.index.indexloader.IndexLoaderMain

public class IndexLoaderMain
extends Object

The IndexLoader application main. This class contains the main method executed when starting the IndexLoader program as a CGI program.


Field Summary
private static String versionID
           
 
Constructor Summary
IndexLoaderMain()
           
 
Method Summary
static void main(String[] args)
          Main routine for use by WTINDEXCGI wrapper.
private static void run(OutputStream cgi_out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values
Constructor Detail

IndexLoaderMain

public IndexLoaderMain()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Main routine for use by WTINDEXCGI wrapper.

Parameters:
args - String WTINDEXCGI environment variables.
Throws:
IOException

run

private static void run(OutputStream cgi_out)
                 throws IOException
Throws:
IOException