|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.enderak.procol.server.RunProColServer
Starts the ProCol Server
Constructor Summary | |
RunProColServer()
|
Method Summary | |
static ProColServer |
getServer()
Gets the ProColServer |
static void |
initServer()
Creates a new ProColServer |
static void |
main(java.lang.String[] args)
The main program for the RunProColServer class, for starting the Server standalone |
static void |
startServer(boolean withinJEdit)
Starts the ProCol server |
static void |
startStopServer(boolean withinJEdit)
Starts the server if it is stopped, or stops the server if it is started |
static void |
stopServer()
Stops the server |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RunProColServer()
Method Detail |
public static void main(java.lang.String[] args)
args
- The command line argumentspublic static void initServer()
public static void startServer(boolean withinJEdit)
withinJEdit
- true if started within jEdit, false if standalonepublic static void stopServer()
public static void startStopServer(boolean withinJEdit)
withinJEdit
- true if started within jEdit, false if standalonepublic static ProColServer getServer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |