Class AlternativeLongOptionSpec
- All Implemented Interfaces:
OptionDescriptor, OptionSpec<String>
Represents the
"-W" form of long option specification.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddetectOptionArgument(OptionParser parser, ArgumentList arguments, OptionSet detectedOptions) Methods inherited from class ArgumentAcceptingOptionSpec
acceptsArguments, addArguments, argumentDescription, argumentTypeIndicator, canConvertArgument, convert, defaultsTo, defaultsTo, defaultValues, describedAs, equals, handleOption, hashCode, isArgumentOfNumberType, isRequired, ofType, required, requiresArgument, withValuesConvertedBy, withValuesSeparatedBy, withValuesSeparatedByMethods inherited from class AbstractOptionSpec
argumentTypeIndicatorFrom, convertWith, description, forHelp, isForHelp, options, representsNonOptions, toString, value, values
-
Constructor Details
-
AlternativeLongOptionSpec
AlternativeLongOptionSpec()
-
-
Method Details
-
detectOptionArgument
protected void detectOptionArgument(OptionParser parser, ArgumentList arguments, OptionSet detectedOptions) - Specified by:
detectOptionArgumentin classArgumentAcceptingOptionSpec<String>
-