Class DevServerUtil


  • public class DevServerUtil
    extends java.lang.Object
    Goes in re-usable location so all your dev servers can be modified
    • Constructor Summary

      Constructors 
      Constructor Description
      DevServerUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void start​(java.util.function.Supplier<YourCompanyAbstractDevServer> function)  
      • Methods inherited from class java.lang.Object

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

      • DevServerUtil

        public DevServerUtil()