|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArgumentType | |
---|---|
org.crosswire.common.options | Classes to represent command line options. |
Uses of ArgumentType in org.crosswire.common.options |
---|
Fields in org.crosswire.common.options declared as ArgumentType | |
---|---|
private ArgumentType |
Option.argumentType
|
static ArgumentType |
ArgumentType.NO_ARGUMENT
The option is not followed by an argument. |
static ArgumentType |
ArgumentType.OPTIONAL_ARGUMENT
The option may be followed by an argument. |
static ArgumentType |
ArgumentType.REQUIRED_ARGUMENT
The option is followed by an argument. |
private static ArgumentType[] |
ArgumentType.VALUES
|
Methods in org.crosswire.common.options that return ArgumentType | |
---|---|
static ArgumentType |
ArgumentType.fromInteger(int i)
Lookup method to convert from an integer |
static ArgumentType |
ArgumentType.fromString(String name)
Lookup method to convert from a String |
ArgumentType |
Option.getArgumentType()
The ArgumentType indicates this Option's ability to use a following argument. |
Constructors in org.crosswire.common.options with parameters of type ArgumentType | |
---|---|
Option(String description,
ArgumentType argumentType,
DataType dataType,
char shortName)
Create an Option with a short name, having no default value. |
|
Option(String description,
ArgumentType argumentType,
DataType dataType,
char shortName,
String longName)
Create an Option with both short and long names, having no default value. |
|
Option(String description,
ArgumentType argumentType,
DataType dataType,
char shortName,
String longName,
String defaultValue)
Create an Option with both short and long names of a given DataType having a default value. |
|
Option(String description,
ArgumentType argumentType,
DataType dataType,
String longName)
Create an Option with a long name, having no default value. |
|
Copyright ยจ 2003-2007 | |||||||||
PREV NEXT | FRAMES NO FRAMES |