-
Sets the display name for the argument value.
Sets the converter for the option.
Marks this Option as deprecated.
Sets whether the Option is deprecated.
Sets the description for this option.
Tests whether the Option will require an argument.
Option.Builder.hasArg(boolean hasArg)
Tests whether the Option has an argument or not.
Tests whether the Option can have unlimited argument values.
Sets the long name of the Option.
Sets the number of argument values the Option can take.
Sets the name of the Option.
Sets whether the Option can have an optional argument.
Marks this Option as required.
Option.Builder.required(boolean required)
Sets whether the Option is required.
Sets the version number when this option was first defined."
Sets the type of the Option.
The Option will use '=' as a means to separate argument value.
The Option will use sep
as a means to separate argument values.