- JCLO - Class in edu.msudenver.cs.jclo
-
This class is used to parse command-line arguments based on a the
variables with an object.
- JCLO(Object) - Constructor for class edu.msudenver.cs.jclo.JCLO
-
A constructor that takes the Object that contains the variables
acceptable on a command line.
- JCLO(Object, String[][]) - Constructor for class edu.msudenver.cs.jclo.JCLO
-
A constructor that takes the Object that contains the variables
acceptable on a command line.
- JCLO(String, Object) - Constructor for class edu.msudenver.cs.jclo.JCLO
-
A constructor that takes the Object that contains the variables
acceptable on a command line.
- JCLO(String, Object, String[][]) - Constructor for class edu.msudenver.cs.jclo.JCLO
-
A constructor that takes an Object, a prefix, and a boolean that
specifies whether to accept single or double dashes; call parse
(String) to do the actual parsing.