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
-
-
Field Summary
Fields Modifier and Type Field Description static JHostConfig$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description JHostConfig$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(java.lang.String name, java.lang.String[] args)Utility for starting multiple Containers on a single host machine
-
-
-
Field Detail
-
MODULE$
public static final JHostConfig$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
start
public void start(java.lang.String name, 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 utility
-
-