|
||||||||||
| 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)
Tells the parser to recognize the given option. |
OptionSpecBuilder |
OptionParser.accepts(String option,
String description)
Tells the parser to recognize the given option. |
OptionSpecBuilder |
OptionParser.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)
Tells the parser to recognize the given options, and treat them as synonymous. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||