com.enderak.procol.server
Class RunProColServer

java.lang.Object
  |
  +--com.enderak.procol.server.RunProColServer

public final class RunProColServer
extends java.lang.Object

Starts the ProCol Server

Author:
Justin Dieters

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

RunProColServer

public RunProColServer()
Method Detail

main

public static void main(java.lang.String[] args)
The main program for the RunProColServer class, for starting the Server standalone

Parameters:
args - The command line arguments

initServer

public static void initServer()
Creates a new ProColServer


startServer

public static void startServer(boolean withinJEdit)
Starts the ProCol server

Parameters:
withinJEdit - true if started within jEdit, false if standalone

stopServer

public static void stopServer()
Stops the server


startStopServer

public static void startStopServer(boolean withinJEdit)
Starts the server if it is stopped, or stops the server if it is started

Parameters:
withinJEdit - true if started within jEdit, false if standalone

getServer

public static ProColServer getServer()
Gets the ProColServer

Returns:
The ProColServer