-
option
java.lang.String option
The name of the option.
-
longOption
java.lang.String longOption
The long representation of the option.
-
argName
java.lang.String argName
The name of the argument for this option.
-
description
java.lang.String description
Description of the option.
-
required
boolean required
Specifies whether this option is required to be present.
-
optionalArg
boolean optionalArg
Specifies whether the argument value of this Option is optional.
-
argCount
int argCount
The number of argument values this option can have.
-
type
java.lang.Class<T> type
The type of this Option.
-
values
java.util.List<E> values
The list of argument values.
-
valuesep
char valuesep
The character that is the value separator.