nl.madline.opendp500
Class JDP500
java.lang.Object
|
+--nl.madline.opendp500.JDP500
- public class JDP500
- extends java.lang.Object
- Author:
- svmaris
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 |
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
JDP500
public JDP500()
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