-
Deprecated.
The next Option created will require an argument value.
OptionBuilder.hasArg(boolean hasArg)
Deprecated.
The next Option created will require an argument value if hasArg
is true.
Deprecated.
The next Option created can have unlimited argument values.
Deprecated.
The next Option created can have num
argument values.
Deprecated.
The next Option can have an optional argument.
Deprecated.
The next Option can have an unlimited number of optional arguments.
Deprecated.
The next Option can have the specified number of optional arguments.
Deprecated.
The next Option created will be required.
Deprecated.
The next Option created will be required if required
is true.
Deprecated.
The next Option created will have the specified argument value name.
Deprecated.
The next Option created will have the specified description
Deprecated.
The next Option created will have the following long option value.
Deprecated.
The next Option created will have a value that will be an instance of type
.
Deprecated.
The next Option created uses '=
' as a means to separate argument values.
Deprecated.
The next Option created uses sep
as a means to separate argument values.
withType(Class)
instead