jasco.util
Class CommandLine
java.lang.Object
jasco.util.CommandLine
public class CommandLine
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLine
public CommandLine(java.lang.String[] cl,
int minArgs)
CommandLine
public CommandLine(java.lang.String[] cl)
parse
public boolean parse()
getFlags
public java.util.TreeMap getFlags()
getArgs
public java.util.Vector getArgs()
addFlag
protected void addFlag(java.lang.String s)
checkConsistency
protected boolean checkConsistency()
isFlag
protected boolean isFlag(java.lang.String s)
addArg
protected void addArg(java.lang.String s)