|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArgumentAcceptingOptionSpec | |
|---|---|
| joptsimple | |
| Uses of ArgumentAcceptingOptionSpec in joptsimple |
|---|
| Methods in joptsimple that return ArgumentAcceptingOptionSpec | |
|---|---|
ArgumentAcceptingOptionSpec |
ArgumentAcceptingOptionSpec.describedAs(String description)
Specifies a description for the argument of the option that this spec represents. |
ArgumentAcceptingOptionSpec |
ArgumentAcceptingOptionSpec.ofType(Class argumentType)
Specifies a type to which arguments of this spec's option are to be converted. |
ArgumentAcceptingOptionSpec |
OptionSpecBuilder.withOptionalArg()
Informs an option parser that this builder's option accepts an optional argument. |
ArgumentAcceptingOptionSpec |
OptionSpecBuilder.withRequiredArg()
Informs an option parser that this builder's option requires an argument. |
ArgumentAcceptingOptionSpec |
ArgumentAcceptingOptionSpec.withValuesSeparatedBy(char separator)
Specifies a value separator for the argument of the option that this spec represents. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||