nl.madline.opendp500
Class JDP500

java.lang.Object
  |
  +--nl.madline.opendp500.JDP500

public class JDP500
extends java.lang.Object

Author:
svmaris

Field Summary
static java.lang.String APPNAME
           
static java.lang.String AUTHOR
           
static java.lang.String defaultConfig
           
static java.lang.String VERSION
           
 
Constructor Summary
JDP500()
           
 
Method Summary
static void main(java.lang.String[] args)
          This class is only used to fire up the main JDPServer.class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPNAME

public static final java.lang.String APPNAME
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values

AUTHOR

public static final java.lang.String AUTHOR
See Also:
Constant Field Values

defaultConfig

public static final java.lang.String defaultConfig
See Also:
Constant Field Values
Constructor Detail

JDP500

public JDP500()
Method Detail

main

public static void main(java.lang.String[] args)
This class is only used to fire up the main JDPServer.class. It's a bit redundant right now, but I wanted to add some command-line parameter-checking in here. Right now, it takes one argument, namely the name and path of the configuration file. If none is given, the default will be assumed, as specified above.

Parameters:
args - Commandline arguments