org.apache.commons.launcher
public class ChildMain extends Thread
main(String[])
. This particular class uses several system
properties to control features:
Field Summary | |
---|---|
static String | APPEND_OUTPUT_PROP_NAME
The appendOutput system property name. |
static String | DISPLAY_MINIMIZED_WINDOW_PROP_NAME
The displayMiminizedWindow system property name. |
static String | DISPOSE_MINIMIZED_WINDOW_PROP_NAME
The disposeMiminizedWindow system property name. |
static String | EXECUTABLE_PROP_NAME
The executableName system property name. |
static String | HEARTBEAT_FILE_PROP_NAME
The heartbeatFile system property name. |
static String | MINIMIZED_WINDOW_ICON_PROP_NAME
The miminizedWindowIcon system property name. |
static String | MINIMIZED_WINDOW_TITLE_PROP_NAME
The miminizedWindowTitle system property name. |
static String | OUTPUT_FILE_PROP_NAME
The outputFile system property name. |
static String | WAIT_FOR_CHILD_PROP_NAME
The waitForChild system property name. |
Method Summary | |
---|---|
static void | main(String[] args)
Main entry point for the child process. |
void | run()
Invoke the target application.
|
Parameters: args command line arguments
Parameters: args command line arguments