Package org.jboss.as.process
Class Main
- java.lang.Object
-
- org.jboss.as.process.Main
-
public final class Main extends Object
The main entry point for the process controller.- Author:
- David M. Lloyd
-
-
Field Summary
Fields Modifier and Type Field Description static StringHOST_CONTROLLER_MODULEstatic StringHOST_CONTROLLER_PROCESS_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetVersionString()static voidmain(String[] args)static ProcessControllerstart(String[] args)
-
-
-
Field Detail
-
HOST_CONTROLLER_PROCESS_NAME
public static final String HOST_CONTROLLER_PROCESS_NAME
- See Also:
- Constant Field Values
-
HOST_CONTROLLER_MODULE
public static final String HOST_CONTROLLER_MODULE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getVersionString
public static String getVersionString()
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
start
public static ProcessController start(String[] args) throws IOException
- Throws:
IOException
-
-