|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwatch.Args
watch.EditorArgs
class EditorArgs
Watch Editor command line arguments processing.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class watch.Args |
---|
Args.BooleanOption, Args.Option, Args.StringOption |
Constructor Summary | |
---|---|
EditorArgs()
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getConfigFile()
Configuration file accessor. |
java.util.Vector<java.lang.String> |
getInputFiles()
Input files accessor. |
java.util.Vector<java.lang.String> |
getProjectFiles()
Project files accessor. |
void |
setUniqueInputFile(java.lang.String J_InputFile)
Unique input file setting. |
Methods inherited from class watch.Args |
---|
addBooleanOption, addStringOption, getAppFullName, getAppShortName, getbQuiet, getbVerbose, getTraces, parse, printUsage, setRemainingArgsDescription |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditorArgs()
Method Detail |
---|
public java.lang.String getConfigFile()
public java.util.Vector<java.lang.String> getProjectFiles()
public void setUniqueInputFile(java.lang.String J_InputFile)
J_InputFile
- Unique input file path. Unique input file feature off when null.public java.util.Vector<java.lang.String> getInputFiles()
getInputFiles
in class Args
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |