Package | Description |
---|---|
joptsimple |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2013. All Rights Reserved.