|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.palserv.XMidi.CmdLineArgs
internal class
NOT FOR EXTERNAL USE
This class is more like a data structure.
It contains variables, but no methods.
It is used to pass these variables
as a return from the
Util.getCmdLine
method, which is where the command line arguments are
documented.
Field Summary | |
java.lang.String |
debugFile
Used to hold the (fully qualified) name of the debug file |
java.lang.String |
inFile
Used to hold the first non-option command line argument. |
java.lang.String |
outFile
Used to hold the second non-option command line argument. |
java.lang.String |
parserName
Used to hold the value of the -p command line option, fully qualified. |
boolean |
verbose
Used to hold the answer of "was the -v option coded?" |
Constructor Summary | |
CmdLineArgs()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String inFile
public java.lang.String outFile
public java.lang.String parserName
public java.lang.String debugFile
public boolean verbose
Constructor Detail |
public CmdLineArgs()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |