Class | Description |
---|---|
GetOptions |
GetOptions parses an argument list for requested arguments given by an
OptionList.
This supports short and long options: Short Options have the following characteristics. |
Option |
An Option is representation of a single named parameter.
|
OptionList |
An OptionList contains an ordered set of Options.
|
Enum | Description |
---|---|
ArgumentType |
An ArgumentType indicates whether and/or how an Option is followed by an
argument.
|
DataType |
A DataType provides the ability to marshal a String value to an object.
|