Name |
Description |
AssignmentToken |
Token representing an assignment character. |
AttributeException |
|
CommandLineManagerAttribute |
|
CommandLineOptionAttribute |
|
CommandLineOptionGroupAttribute |
|
EndToken |
Token representing the special symbol used to stop the parsing of options, normally "--". |
ErrorInfo |
Represents an error generated by the CommandLineParser |
InvalidEnumerationValueException |
|
InvalidOptionValueException |
|
Lexer |
Provides tokenization of command lines. Used by the CommandLineParser. |
LogicException |
|
MissingOptionNameException |
|
Option |
Representation of a command line option. |
OptionAlias |
|
OptionFileToken |
|
OptionGroup |
|
OptionGroupInfo |
Represents the descriptive properties of an option group. |
OptionInfo |
Represents the descriptive properties of a command line option. |
OptionNameToken |
Token representing an option name as found on the command line. |
OptionStyleManager |
Utility class for manipulating OptionStyles. |
ParseException |
|
QuotationInfo |
Represents information about the escapable characters within a quoted value. |
UsageInfo |
Represents the properties of a CommandLineManagerAttribute (or rather the object to which its applied) that describe the command line syntax. |
ValueToken |
A Token representing a value on the command line. A value is basically anything that is not the name of an option or another character sequence with a special meaning. |