|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ArgumentDisposition in name.kevinlocke.ultragetopt |
---|
Fields in name.kevinlocke.ultragetopt declared as ArgumentDisposition | |
---|---|
protected ArgumentDisposition |
CommandLineOption.argreq
The argument requirement for this option. |
Methods in name.kevinlocke.ultragetopt that return ArgumentDisposition | |
---|---|
ArgumentDisposition |
CommandLineOption.getArgumentRequirement()
Gets the argument requirements for this option. |
static ArgumentDisposition |
ArgumentDisposition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ArgumentDisposition[] |
ArgumentDisposition.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in name.kevinlocke.ultragetopt with parameters of type ArgumentDisposition | |
---|---|
CommandLineOption(java.lang.Character shortopt,
java.lang.String longopt,
ArgumentDisposition argreq)
Construct a new command-line option. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |