Uses of Enum Class
net.sourceforge.argparse4j.inf.FeatureControl
Packages that use FeatureControl
Package
Description
-
Uses of FeatureControl in net.sourceforge.argparse4j.impl
Fields in net.sourceforge.argparse4j.impl declared as FeatureControlModifier and TypeFieldDescriptionstatic final FeatureControl
Arguments.SUPPRESS
The value ofSUPPRESS
. -
Uses of FeatureControl in net.sourceforge.argparse4j.inf
Methods in net.sourceforge.argparse4j.inf that return FeatureControlModifier and TypeMethodDescriptionArgument.getDefaultControl()
Returns default control.Argument.getHelpControl()
Returns help control.static FeatureControl
Returns the enum constant of this class with the specified name.static FeatureControl[]
FeatureControl.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.argparse4j.inf with parameters of type FeatureControlModifier and TypeMethodDescriptionArgument.help
(FeatureControl ctrl) Sets special value to control help message handling.Subparser.help
(FeatureControl ctrl) Sets special value to control help message handling.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 FeatureControlModifier and TypeFieldDescriptionprivate FeatureControl
ArgumentImpl.defaultControl_
private FeatureControl
ArgumentImpl.helpControl_
private FeatureControl
SubparserImpl.helpControl_
Methods in net.sourceforge.argparse4j.internal that return FeatureControlModifier and TypeMethodDescriptionArgumentImpl.getDefaultControl()
ArgumentImpl.getHelpControl()
(package private) FeatureControl
SubparserImpl.getHelpControl()
Methods in net.sourceforge.argparse4j.internal with parameters of type FeatureControlModifier and TypeMethodDescriptionArgumentImpl.help
(FeatureControl ctrl) SubparserImpl.help
(FeatureControl ctrl) ArgumentImpl.setDefault
(FeatureControl ctrl)