Package | Description |
---|---|
net.sourceforge.argparse4j.internal |
Modifier and Type | Method and Description |
---|---|
ArgumentParserImpl |
ArgumentParserImpl.defaultHelp(boolean defaultHelp) |
ArgumentParserImpl |
ArgumentParserImpl.description(String description)
Set text to display before the argument help.
|
ArgumentParserImpl |
ArgumentParserImpl.epilog(String epilog) |
ArgumentParserImpl |
ArgumentParserImpl.setDefault(String dest,
Object value) |
ArgumentParserImpl |
ArgumentParserImpl.setDefaults(Map<String,Object> attrs) |
ArgumentParserImpl |
ArgumentParserImpl.usage(String usage) |
ArgumentParserImpl |
ArgumentParserImpl.version(String version) |
Modifier and Type | Method and Description |
---|---|
Object |
ArgumentImpl.convert(ArgumentParserImpl parser,
String value) |
void |
ArgumentImpl.run(ArgumentParserImpl parser,
Map<String,Object> res,
String flag,
Object value) |
Constructor and Description |
---|
ArgumentParserImpl(ArgumentParserConfigurationImpl config,
String command,
ArgumentParserImpl mainParser) |
Copyright © 2012–2017. All rights reserved.