com.ptc.windchill.index.indexloader
Class IndexLoaderMain
java.lang.Object
com.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.
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 |
versionID
private static final String versionID
- See Also:
- Constant Field Values
IndexLoaderMain
public IndexLoaderMain()
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