Skip navigation links
E G J M P T U 

E

edu.msudenver.cs.jclo - package edu.msudenver.cs.jclo
 

G

getBoolean(String) - Method in class edu.msudenver.cs.jclo.JCLO
Get a boolean value from the object after parsing.
getByte(String) - Method in class edu.msudenver.cs.jclo.JCLO
Get a byte value from the object after parsing.
getBytes(String) - Method in class edu.msudenver.cs.jclo.JCLO
Get an array of bytes from the object after parsing.
getChar(String) - Method in class edu.msudenver.cs.jclo.JCLO
Get a character value from the object after parsing.
getChars(String) - Method in class edu.msudenver.cs.jclo.JCLO
Get an array of characaters from the object after parsing.
getDouble(String) - Method in class edu.msudenver.cs.jclo.JCLO
Get a double value from the object after parsing.
getDoubles(String) - Method in class edu.msudenver.cs.jclo.JCLO
Get an array of doubles from the object after parsing.
getFloat(String) - Method in class edu.msudenver.cs.jclo.JCLO
Get a float value from the object after parsing.
getFloats(String) - Method in class edu.msudenver.cs.jclo.JCLO
Get an array of floats from the object after parsing.
getInt(String) - Method in class edu.msudenver.cs.jclo.JCLO
Get an integer value from the object after parsing.
getInts(String) - Method in class edu.msudenver.cs.jclo.JCLO
Get an array of integers from the object after parsing.
getLong(String) - Method in class edu.msudenver.cs.jclo.JCLO
Get a long value from the object after parsing.
getLongs(String) - Method in class edu.msudenver.cs.jclo.JCLO
Get an array of longs from the object after parsing.
getShort(String) - Method in class edu.msudenver.cs.jclo.JCLO
Get a short value from the object after parsing.
getShorts(String) - Method in class edu.msudenver.cs.jclo.JCLO
Get an array of shorts from the object after parsing.
getString(String) - Method in class edu.msudenver.cs.jclo.JCLO
Get a String from the object after parsing.
getStrings(String) - Method in class edu.msudenver.cs.jclo.JCLO
Get an array of Strings from the object after parsing.
getValue(String) - Method in class edu.msudenver.cs.jclo.JCLO
Get the current value of the variable in the object

J

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.

M

main(String[]) - Static method in class edu.msudenver.cs.jclo.JCLO
 

P

parse(String[]) - Method in class edu.msudenver.cs.jclo.JCLO
Parse a command line.

T

toString() - Method in class edu.msudenver.cs.jclo.JCLO
An external representation of the object

U

usage() - Method in class edu.msudenver.cs.jclo.JCLO
Create and usage message for the acceptable command line variables.
E G J M P T U 
Skip navigation links

Copyright © 2017. All rights reserved.