Package | Description |
---|---|
net.sourceforge.argparse4j.inf | |
net.sourceforge.argparse4j.internal |
Modifier and Type | Method and Description |
---|---|
Subparser |
Subparsers.addParser(String command)
Adds and returns
Subparser object with given sub-command name. |
Subparser |
Subparsers.addParser(String command,
boolean addHelp)
Adds and returns
Subparser object with given sub-command name and
addHelp. |
Subparser |
Subparsers.addParser(String command,
boolean addHelp,
String prefixChars)
Adds and returns
Subparser object with given sub-command name,
addHelp and prefixChars. |
Subparser |
Subparser.aliases(String... alias)
Sets alias names for this Subparser.
|
Subparser |
Subparser.defaultHelp(boolean defaultHelp) |
Subparser |
Subparser.description(String description) |
Subparser |
Subparser.epilog(String epilog) |
Subparser |
Subparser.help(FeatureControl ctrl)
Sets special value to control help message handling.
|
Subparser |
Subparser.help(String help)
Sets the text to display in help message.
|
Subparser |
Subparser.setDefault(String dest,
Object value) |
Subparser |
Subparser.setDefaults(Map<String,Object> attrs) |
Subparser |
Subparser.version(String version) |
Modifier and Type | Class and Description |
---|---|
class |
SubparserImpl
The application code must not use this class directly.
|
Copyright © 2012–2017. All rights reserved.