-
opt
String opt
the name of the option
-
longOpt
String longOpt
the long representation of the option
-
argName
String argName
the name of the argument for this option
-
description
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
-
numberOfArgs
int numberOfArgs
the number of argument values this option can have
-
type
Class<T> type
the type of this Option
-
values
List<E> values
the list of argument values
-
valuesep
char valuesep
the character that is the value separator