org.cruxframework.crux.tools.codeserver
Class CodeServer
java.lang.Object
org.cruxframework.crux.tools.codeserver.CodeServer
public class CodeServer
- extends Object
- Author:
- Thiago da Rosa de Bustamante
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeServer
public CodeServer()
getModuleName
public String getModuleName()
setModuleName
public void setModuleName(String moduleName)
getSourceDir
public String getSourceDir()
setSourceDir
public void setSourceDir(String sourceDir)
getWorkDir
public String getWorkDir()
setWorkDir
public void setWorkDir(String workDir)
getDefaultPort
protected int getDefaultPort()
getDefaultNotificationPort
protected int getDefaultNotificationPort()
execute
protected void execute()
throws Exception
- Throws:
Exception
initializeRecompileListener
protected void initializeRecompileListener()
registerCompileNotificationCallback
protected void registerCompileNotificationCallback()
runCompileNotificationServer
protected void runCompileNotificationServer()
runGWTCodeServer
protected void runGWTCodeServer(String[] args)
throws Exception
- Throws:
Exception
getServerParameters
protected String[] getServerParameters()
processParameters
protected void processParameters(Collection<ConsoleParameter> parameters)
processUserAgent
protected void processUserAgent()
createParametersProcessor
protected ConsoleParametersProcessor createParametersProcessor()
main
public static void main(String[] args)
Copyright © 2014. All rights reserved.