org.cruxframework.crux.tools.codeserver
Class CodeServer

java.lang.Object
  extended by org.cruxframework.crux.tools.codeserver.CodeServer

public class CodeServer
extends Object

Author:
Thiago da Rosa de Bustamante

Constructor Summary
CodeServer()
           
 
Method Summary
protected  ConsoleParametersProcessor createParametersProcessor()
           
protected  void execute()
           
protected  int getDefaultNotificationPort()
           
protected  int getDefaultPort()
           
 String getModuleName()
           
protected  String[] getServerParameters()
           
 String getSourceDir()
           
 String getWorkDir()
           
protected  void initializeRecompileListener()
           
static void main(String[] args)
           
protected  void processParameters(Collection<ConsoleParameter> parameters)
           
protected  void processUserAgent()
           
protected  void registerCompileNotificationCallback()
           
protected  void runCompileNotificationServer()
           
protected  void runGWTCodeServer(String[] args)
           
 void setModuleName(String moduleName)
           
 void setSourceDir(String sourceDir)
           
 void setWorkDir(String workDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeServer

public CodeServer()
Method Detail

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.