-
-
- serialVersionUID:
- 3674381532418544760L
-
- serialVersionUID:
- 5829816121277947229L
-
-
- serialVersionUID:
- -7098538588704965017L
-
- serialVersionUID:
- 8161889051578563249L
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
argCount
int argCount
The number of argument values this option can have.
-
argName
String argName
The name of the argument for this option.
-
description
String description
Description of the option.
-
longOption
String longOption
The long representation of the option.
-
option
String option
The name of the option.
-
optionalArg
boolean optionalArg
Specifies whether the argument value of this Option is optional.
-
required
boolean required
Specifies whether this option is required to be present.
-
since
String since
Specifies the version when this option was added. May be null
-
type
Class<?> type
The type of this Option.
-
values
List<String> values
The list of argument values.
-
valueSeparator
char valueSeparator
The character that is the value separator.
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
optionMap
Map<String,Option> optionMap
Maps options where keys are option name and values are the options.
-
required
boolean required
Specified whether this group is required.
-
selected
String selected
The name of the selected option.
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
longOpts
Map<String,Option> longOpts
A map of the options with the long key
-
optionGroups
Map<String,OptionGroup> optionGroups
A map of the option groups
-
requiredOpts
List<Object> requiredOpts
A map of the required options
-
shortOpts
Map<String,Option> shortOpts
A map of the options with the character key
-
- serialVersionUID:
- 9112808380089253192L
-
- serialVersionUID:
- -252504690284625623L
-
Serialized Fields
-
option
String option
The unrecognized option.