|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.palserv.XMidi.CmdLineArgs
public class 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 |
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
|
boolean |
verbose
Used to hold the answer of "was the -v option coded?" defaults to false. |
Constructor Summary | |
---|---|
CmdLineArgs()
|
Method Summary |
---|
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 parserName
public java.lang.String outFile
public boolean verbose
Constructor Detail |
---|
public CmdLineArgs()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |