-
opt
java.lang.String opt
the name of the option
-
longOpt
java.lang.String longOpt
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
-
numberOfArgs
int numberOfArgs
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