Class YourCompanyAbstractDevServer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String[] args  
      protected org.webpieces.util.file.VirtualFile directory  
      protected java.util.ArrayList<org.webpieces.util.file.VirtualFile> srcPaths  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract DevConfig getConfig()  
      abstract void start()  
      • Methods inherited from class java.lang.Object

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

      • directory

        protected org.webpieces.util.file.VirtualFile directory
      • srcPaths

        protected java.util.ArrayList<org.webpieces.util.file.VirtualFile> srcPaths
      • args

        protected java.lang.String[] args
    • Constructor Detail

      • YourCompanyAbstractDevServer

        public YourCompanyAbstractDevServer​(java.lang.String name,
                                            boolean usePortZero)
    • Method Detail

      • getConfig

        protected abstract DevConfig getConfig()
      • start

        public abstract void start()