|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractOption | |
|---|---|
| jargs.gnu | |
| jargs.gnu.exception | |
| jargs.gnu.option | |
| Uses of AbstractOption in jargs.gnu |
|---|
| Methods in jargs.gnu that return AbstractOption | ||
|---|---|---|
AbstractOption<java.lang.Void> |
CommandLineParser.addHelpOption()
Adds the help option. |
|
|
CommandLineParser.addOption(AbstractOption<E> option)
Add the specified Option to the list of accepted options |
|
| Methods in jargs.gnu with parameters of type AbstractOption | ||
|---|---|---|
|
CommandLineParser.addOption(AbstractOption<E> option)
Add the specified Option to the list of accepted options |
|
|
CommandLineParser.getOptionValue(AbstractOption<E> option)
Equivalent to getOptionValue(option, null). |
|
|
CommandLineParser.getOptionValue(AbstractOption<E> option,
E def)
|
|
|
CommandLineParser.getOptionValues(AbstractOption<E> option)
|
|
|
CommandLineParser.hasValues(AbstractOption<E> option)
|
|
| Uses of AbstractOption in jargs.gnu.exception |
|---|
| Methods in jargs.gnu.exception that return AbstractOption | |
|---|---|
AbstractOption<?> |
IllegalOptionValueException.getOption()
|
| Constructors in jargs.gnu.exception with parameters of type AbstractOption | |
|---|---|
IllegalOptionValueException(AbstractOption<?> option,
java.lang.String value)
Constructor |
|
| Uses of AbstractOption in jargs.gnu.option |
|---|
| Subclasses of AbstractOption in jargs.gnu.option | |
|---|---|
class |
BooleanOption
An option that expects a boolean value. |
class |
DateOption
An option that expects a date value. |
class |
DoubleOption
An option that expects a double-precision floating-point value. |
class |
FloatOption
An option that expects a floating-point value. |
class |
IntegerOption
An option that expects an integer value. |
class |
LongOption
An option that expects an long integer value. |
class |
StringOption
An option that expects a string value. |
| Methods in jargs.gnu.option that return AbstractOption | |
|---|---|
AbstractOption<E> |
AbstractOption.addValidator(AbstractValidator<E> validator)
Adds a validator to this option. |
| Methods in jargs.gnu.option with parameters of type AbstractOption | |
|---|---|
int |
OptionComparator.compare(AbstractOption<?> o1,
AbstractOption<?> o2)
|
int |
OptionComparator.compare(AbstractOption<?> o1,
AbstractOption<?> o2)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||