Uses of Class
net.sourceforge.argparse4j.inf.FeatureControl
-
Packages that use FeatureControl Package Description net.sourceforge.argparse4j.impl net.sourceforge.argparse4j.inf net.sourceforge.argparse4j.internal -
-
Uses of FeatureControl in net.sourceforge.argparse4j.impl
Fields in net.sourceforge.argparse4j.impl declared as FeatureControl Modifier and Type Field Description static FeatureControl
Arguments. SUPPRESS
The value ofSUPPRESS
. -
Uses of FeatureControl in net.sourceforge.argparse4j.inf
Methods in net.sourceforge.argparse4j.inf that return FeatureControl Modifier and Type Method Description FeatureControl
Argument. getDefaultControl()
Returns default control.FeatureControl
Argument. getHelpControl()
Returns help control.static FeatureControl
FeatureControl. valueOf(java.lang.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.Methods in net.sourceforge.argparse4j.inf with parameters of type FeatureControl Modifier and Type Method 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. -
Uses of FeatureControl in net.sourceforge.argparse4j.internal
Fields in net.sourceforge.argparse4j.internal declared as FeatureControl Modifier and Type Field Description private FeatureControl
ArgumentImpl. defaultControl_
private FeatureControl
ArgumentImpl. helpControl_
private FeatureControl
SubparserImpl. helpControl_
Methods in net.sourceforge.argparse4j.internal that return FeatureControl Modifier and Type Method Description FeatureControl
ArgumentImpl. getDefaultControl()
FeatureControl
ArgumentImpl. getHelpControl()
(package private) FeatureControl
SubparserImpl. getHelpControl()
Methods in net.sourceforge.argparse4j.internal with parameters of type FeatureControl Modifier and Type Method Description ArgumentImpl
ArgumentImpl. help(FeatureControl ctrl)
SubparserImpl
SubparserImpl. help(FeatureControl ctrl)
ArgumentImpl
ArgumentImpl. setDefault(FeatureControl ctrl)
-