Class HostConfig$


  • public class HostConfig$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static HostConfig$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      HostConfig$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start​(java.lang.String name, Subsystem subsystem, java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • HostConfig$

        public HostConfig$()
    • Method Detail

      • start

        public void start​(java.lang.String name,
                          Subsystem subsystem,
                          java.lang.String[] args)