|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.runtime.Main.CommandLineOptions
public static class Main.CommandLineOptions
Parsed JiST command-line options.
Field Summary | |
---|---|
java.lang.String[] |
args
command-line parameters to simulation program. |
boolean |
bsh
beanshell mode. |
boolean |
help
help option. |
boolean |
jpy
jython mode. |
java.lang.String |
logger
custom logger class name. |
boolean |
nocache
do not use rewriter cache. |
int |
port
listen port. |
java.lang.String |
properties
properties file. |
Node |
proxy
rmi proxy point. |
boolean |
queue
job queue mode. |
Node |
remote
remote server job queue. |
boolean |
server
server mode. |
java.lang.String |
sim
simulation program name. |
boolean |
version
version option. |
Constructor Summary | |
---|---|
Main.CommandLineOptions()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean help
public boolean version
public java.lang.String sim
public java.lang.String properties
public java.lang.String logger
public boolean bsh
public boolean jpy
public boolean nocache
public Node remote
public boolean server
public int port
public boolean queue
public java.lang.String[] args
public Node proxy
Constructor Detail |
---|
public Main.CommandLineOptions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |