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 FeatureControlArguments.SUPPRESSThe value ofFeatureControl.SUPPRESS. -
Uses of FeatureControl in net.sourceforge.argparse4j.inf
Subclasses with type arguments of type FeatureControl in net.sourceforge.argparse4j.infModifier and TypeClassDescriptionenumThis enum defines constants to be used throughout the argparse4j package.Methods in net.sourceforge.argparse4j.inf that return FeatureControlModifier and TypeMethodDescriptionArgument.getDefaultControl()Returns default control.Argument.getHelpControl()Returns help control.static FeatureControlReturns 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
Methods in net.sourceforge.argparse4j.internal that return FeatureControlMethods in net.sourceforge.argparse4j.internal with parameters of type FeatureControlModifier and TypeMethodDescriptionArgumentImpl.help(FeatureControl ctrl) SubparserImpl.help(FeatureControl ctrl) ArgumentImpl.setDefault(FeatureControl ctrl)