|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OptionSpec | |
---|---|
joptsimple |
Uses of OptionSpec in joptsimple |
---|
Classes in joptsimple that implement OptionSpec | |
---|---|
class |
ArgumentAcceptingOptionSpec<V>
Specification of an option that accepts an argument. |
class |
OptionSpecBuilder
Allows callers to specify whether a given option accepts arguments (required or optional). |
Methods in joptsimple with parameters of type OptionSpec | ||
---|---|---|
boolean |
OptionSet.has(OptionSpec<?> option)
Tells whether the given option was detected. |
|
boolean |
OptionSet.hasArgument(OptionSpec<?> option)
Tells whether there are any arguments associated with the given option. |
|
|
OptionSet.valueOf(OptionSpec<V> option)
Gives the argument associated with the given option. |
|
|
OptionSet.valuesOf(OptionSpec<V> option)
Gives any arguments associated with the given option. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |