|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OptionSpecBuilder | |
---|---|
joptsimple |
Uses of OptionSpecBuilder in joptsimple |
---|
Methods in joptsimple that return OptionSpecBuilder | |
---|---|
OptionSpecBuilder |
OptionParser.accepts(String option)
|
OptionSpecBuilder |
OptionDeclarer.accepts(String option)
Tells the parser to recognize the given option. |
OptionSpecBuilder |
OptionParser.accepts(String option,
String description)
|
OptionSpecBuilder |
OptionDeclarer.accepts(String option,
String description)
Tells the parser to recognize the given option. |
OptionSpecBuilder |
OptionParser.acceptsAll(Collection<String> options)
|
OptionSpecBuilder |
OptionDeclarer.acceptsAll(Collection<String> options)
Tells the parser to recognize the given options, and treat them as synonymous. |
OptionSpecBuilder |
OptionParser.acceptsAll(Collection<String> options,
String description)
|
OptionSpecBuilder |
OptionDeclarer.acceptsAll(Collection<String> options,
String description)
Tells the parser to recognize the given options, and treat them as synonymous. |
OptionSpecBuilder |
OptionSpecBuilder.requiredIf(OptionSpec<?> dependent,
OptionSpec<?>... otherDependents)
Informs an option parser that this builder's option is required if the given option is present on the command line. |
OptionSpecBuilder |
OptionSpecBuilder.requiredIf(String dependent,
String... otherDependents)
Informs an option parser that this builder's option is required if the given option is present on the command line. |
OptionSpecBuilder |
OptionSpecBuilder.requiredUnless(OptionSpec<?> dependent,
OptionSpec<?>... otherDependents)
Informs an option parser that this builder's option is required if the given option is absent on the command line. |
OptionSpecBuilder |
OptionSpecBuilder.requiredUnless(String dependent,
String... otherDependents)
Informs an option parser that this builder's option is required if the given option is absent on the command line. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |