Package csw.framework.javadsl
Class JHostConfig
- java.lang.Object
-
- csw.framework.javadsl.JHostConfig
-
public class JHostConfig extends java.lang.ObjectHelper instance for Java to startHostConfigapp
-
-
Constructor Summary
Constructors Constructor Description JHostConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidstart(java.lang.String name, Subsystem subsystem, java.lang.String[] args)Utility for starting multiple Containers on a single host machine
-
-
-
Method Detail
-
start
public static void start(java.lang.String name, Subsystem subsystem, java.lang.String[] args)Utility for starting multiple Containers on a single host machine- Parameters:
name- the name to be used for the main app which uses this utilityargs- the command line args accepted in the main app which uses this utilitysubsystem- (undocumented)
-
-