| Class | Description |
|---|---|
| BooleanOption |
Represents an option that is an boolean.
|
| DoubleOption |
Represents an option that is an double.
|
| FloatOption |
Represents an option that is an float.
|
| IntegerOption |
Represents an option that is an integer.
|
| ListOption |
Represents a list of objects that comprise this option.
|
| NonBooleanOption |
Base class of all options, except for booleans.
|
| Option |
Base class of all options.
|
| OptionSet |
A group of options.
|
| StringOption |
Represents an option that is an String.
|
| Exception | Description |
|---|---|
| InvalidTypeException | |
| OptionException | |
| ValueExpectedException |