Package joptsimple
Class AlternativeLongOptionSpec
- All Implemented Interfaces:
OptionDescriptor
,OptionSpec<String>
Represents the
"-W"
form of long option specification.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
detectOptionArgument
(OptionParser parser, ArgumentList arguments, OptionSet detectedOptions) Methods inherited from class joptsimple.ArgumentAcceptingOptionSpec
acceptsArguments, addArguments, argumentDescription, argumentTypeIndicator, canConvertArgument, convert, defaultsTo, defaultsTo, defaultValues, describedAs, equals, handleOption, hashCode, isArgumentOfNumberType, isRequired, ofType, required, requiresArgument, withValuesConvertedBy, withValuesSeparatedBy, withValuesSeparatedBy
Methods inherited from class joptsimple.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:
detectOptionArgument
in classArgumentAcceptingOptionSpec<String>
-