V - represents the type of the arguments this option acceptsclass RequiredArgumentOptionSpec<V> extends ArgumentAcceptingOptionSpec<V>
| Constructor and Description |
|---|
RequiredArgumentOptionSpec(java.util.List<java.lang.String> options,
java.lang.String description) |
RequiredArgumentOptionSpec(java.lang.String option) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
detectOptionArgument(OptionParser parser,
ArgumentList arguments,
OptionSet detectedOptions) |
acceptsArguments, addArguments, argumentDescription, argumentTypeIndicator, canConvertArgument, convert, defaultsTo, defaultsTo, defaultValues, describedAs, equals, handleOption, hashCode, isArgumentOfNumberType, isRequired, ofType, required, requiresArgument, withValuesConvertedBy, withValuesSeparatedBy, withValuesSeparatedByargumentTypeIndicatorFrom, convertWith, description, forHelp, isForHelp, options, representsNonOptions, toString, value, valuesRequiredArgumentOptionSpec(java.lang.String option)
RequiredArgumentOptionSpec(java.util.List<java.lang.String> options,
java.lang.String description)
protected void detectOptionArgument(OptionParser parser, ArgumentList arguments, OptionSet detectedOptions)
detectOptionArgument in class ArgumentAcceptingOptionSpec<V>