Class JHostConfig

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

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

    • JHostConfig

      public JHostConfig()
  • Method Details

    • start

      public static 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)