Uses of Class
net.sourceforge.argparse4j.internal.SubparserImpl
Packages that use SubparserImpl
-
Uses of SubparserImpl in net.sourceforge.argparse4j.internal
Fields in net.sourceforge.argparse4j.internal with type parameters of type SubparserImplModifier and TypeFieldDescriptionprivate final Map
<String, SubparserImpl> SubparsersImpl.parsers_
The key is subparser command or alias name and value is subparser object.Methods in net.sourceforge.argparse4j.internal that return SubparserImplModifier and TypeMethodDescriptionSubparserImpl.defaultHelp
(boolean defaultHelp) SubparserImpl.description
(String description) SubparserImpl.help
(FeatureControl ctrl) private SubparserImpl
SubparsersImpl.resolveNextSubparser
(String command) Get next SubparserImpl from given command and state.SubparserImpl.setDefault
(String dest, Object value) SubparserImpl.setDefaults
(Map<String, Object> attrs) Methods in net.sourceforge.argparse4j.internal with parameters of type SubparserImplModifier and TypeMethodDescription(package private) void
SubparsersImpl.addAlias
(SubparserImpl subparser, String... alias) Adds Subparser alias names for given Subparser.