Package | Description |
---|---|
net.sourceforge.argparse4j.impl | |
net.sourceforge.argparse4j.inf | |
net.sourceforge.argparse4j.internal |
Modifier and Type | Field and Description |
---|---|
static FeatureControl |
Arguments.SUPPRESS
The value of
SUPPRESS . |
Modifier and Type | Method and Description |
---|---|
FeatureControl |
Argument.getDefaultControl()
Returns default control.
|
FeatureControl |
Argument.getHelpControl()
Returns help control.
|
static FeatureControl |
FeatureControl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureControl[] |
FeatureControl.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Argument |
Argument.help(FeatureControl ctrl)
Sets special value to control help message handling.
|
Subparser |
Subparser.help(FeatureControl ctrl)
Sets special value to control help message handling.
|
Argument |
Argument.setDefault(FeatureControl ctrl)
Sets special value to control default value handling.
|
Modifier and Type | Method and Description |
---|---|
FeatureControl |
ArgumentImpl.getDefaultControl() |
FeatureControl |
ArgumentImpl.getHelpControl() |
Modifier and Type | Method and Description |
---|---|
SubparserImpl |
SubparserImpl.help(FeatureControl ctrl) |
ArgumentImpl |
ArgumentImpl.help(FeatureControl ctrl) |
ArgumentImpl |
ArgumentImpl.setDefault(FeatureControl ctrl) |
Copyright © 2012–2017. All rights reserved.