|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.sandia.ccaffeine.dc.user_iface.Args
public class Args
Simple argument class for the Builders. Not all arguments make sense in all contexts.
Field Summary | |
---|---|
java.lang.String |
argv0
String that indicates the 0th argument of the command line (not provided by Java) |
java.awt.Color |
bgcolor
|
int |
builderPort
Port for the BuilderClient to connect to. |
java.lang.String |
buildFile
Path to .bld file to load |
static int |
DEFAULTBUILDERPORT
|
static int |
DEFAULTPORT
|
static java.lang.String |
DEFAULTPROCFILEPATH
|
static double |
DEFAULTSCALEFONT
|
java.lang.String |
hostName
Remote host for connecting. |
boolean |
isServer
Is this to be run as a server? |
boolean |
isXCATBridge
Is this to be run as xcat bridge? |
java.lang.String |
mode
Special mode for debugging. |
java.lang.String |
myProcName
The name, found in the processor file, that refers to this process |
int |
portNumber
Port to listen on. |
java.lang.String |
procFile
Path to the processor file. |
double |
scaleFont
the scale factor on the fonts |
boolean |
serverIsPython
are we connecting to a python cca server? |
boolean |
tutorialMode
|
java.lang.String |
type
Name of the type of run to be done. |
Constructor Summary | |
---|---|
Args()
|
|
Args(java.lang.String argv0)
|
|
Args(java.lang.String argv0,
java.lang.String[] s)
Create an Args with the String array argument; parseArgs does not need to be called |
Method Summary | |
---|---|
void |
parseArgs(java.lang.String[] args)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULTPROCFILEPATH
public static final int DEFAULTPORT
public static final int DEFAULTBUILDERPORT
public static final double DEFAULTSCALEFONT
public int portNumber
public int builderPort
public java.lang.String type
public java.lang.String buildFile
public java.lang.String procFile
public java.lang.String myProcName
public java.lang.String mode
public java.lang.String hostName
public boolean isServer
public boolean isXCATBridge
public boolean serverIsPython
public double scaleFont
public java.awt.Color bgcolor
public boolean tutorialMode
public java.lang.String argv0
Constructor Detail |
---|
public Args()
public Args(java.lang.String argv0)
public Args(java.lang.String argv0, java.lang.String[] s)
Method Detail |
---|
public void parseArgs(java.lang.String[] args)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |