Class JHostConfig$

java.lang.Object
csw.framework.javadsl.JHostConfig$

public class JHostConfig$ extends Object
Helper instance for Java to start HostConfig app
  • Field Details

    • MODULE$

      public static final JHostConfig$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • JHostConfig$

      public JHostConfig$()
  • Method Details

    • start

      public void start(String name, Subsystem subsystem, 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 utility
      args - the command line args accepted in the main app which uses this utility
      subsystem - (undocumented)