Package webpiecesxxxxxpackage
Class ProdServerForIDE
- java.lang.Object
-
- webpiecesxxxxxpackage.services.YourCompanyAbstractDevServer
-
- webpiecesxxxxxpackage.services.YourCompanyProdServerForIDE
-
- webpiecesxxxxxpackage.ProdServerForIDE
-
public class ProdServerForIDE extends YourCompanyProdServerForIDE
Uses the production Router but the dev template compiler so you 'could' step through prod router code to see if something is going on TODO: modify this to compile ALL gradle groovy template *.class files (ones generated from the html) and then we could run full production mode from the IDE
-
-
Field Summary
-
Fields inherited from class webpiecesxxxxxpackage.services.YourCompanyAbstractDevServer
args, directory, srcPaths
-
-
Constructor Summary
Constructors Constructor Description ProdServerForIDE(boolean usePortZero)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected webpiecesxxxxxpackage.basesvr.YourCompanyServercreateServer(com.google.inject.Module platformOverrides, org.webpieces.webserver.api.ServerConfig config, java.lang.String... args)protected DevConfiggetConfig()static voidmain(java.lang.String[] args)-
Methods inherited from class webpiecesxxxxxpackage.services.YourCompanyProdServerForIDE
start
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
createServer
protected webpiecesxxxxxpackage.basesvr.YourCompanyServer createServer(com.google.inject.Module platformOverrides, org.webpieces.webserver.api.ServerConfig config, java.lang.String... args)- Specified by:
createServerin classYourCompanyProdServerForIDE
-
getConfig
protected DevConfig getConfig()
- Specified by:
getConfigin classYourCompanyAbstractDevServer
-
-