|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjoptsimple.OptionSpec
joptsimple.ArgumentAcceptingOptionSpec
joptsimple.AlternativeLongOptionSpec
class AlternativeLongOptionSpec
Represents the "-W" form of long option specification.
Constructor Summary | |
---|---|
AlternativeLongOptionSpec()
|
Method Summary | |
---|---|
(package private) void |
accept(OptionSpecVisitor visitor)
|
protected void |
detectOptionArgument(OptionParser parser,
ArgumentList arguments,
OptionSet detectedOptions)
|
Methods inherited from class joptsimple.ArgumentAcceptingOptionSpec |
---|
acceptsArguments, addArguments, argumentDescription, argumentType, canConvertArgument, convert, describedAs, equals, handleOption, hashCode, isArgumentOfNumberType, ofType, requiresArgument, withValuesSeparatedBy |
Methods inherited from class joptsimple.OptionSpec |
---|
description, options |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
AlternativeLongOptionSpec()
Method Detail |
---|
protected void detectOptionArgument(OptionParser parser, ArgumentList arguments, OptionSet detectedOptions)
detectOptionArgument
in class ArgumentAcceptingOptionSpec
void accept(OptionSpecVisitor visitor)
accept
in class OptionSpec
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |