Uses of Class
net.sourceforge.argparse4j.internal.ArgumentGroupImpl
Packages that use ArgumentGroupImpl
-
Uses of ArgumentGroupImpl in net.sourceforge.argparse4j.internal
Fields in net.sourceforge.argparse4j.internal declared as ArgumentGroupImplFields in net.sourceforge.argparse4j.internal with type parameters of type ArgumentGroupImplModifier and TypeFieldDescriptionprivate final List
<ArgumentGroupImpl> ArgumentParserImpl.argGroups_
Methods in net.sourceforge.argparse4j.internal that return ArgumentGroupImplModifier and TypeMethodDescriptionArgumentGroupImpl.description
(String description) (package private) ArgumentGroupImpl
ArgumentImpl.getArgumentGroup()
ArgumentGroupImpl.required
(boolean required) Methods in net.sourceforge.argparse4j.internal with parameters of type ArgumentGroupImplModifier and TypeMethodDescriptionArgumentParserImpl.addArgument
(ArgumentGroupImpl group, String... nameOrFlags) Constructors in net.sourceforge.argparse4j.internal with parameters of type ArgumentGroupImplModifierConstructorDescription(package private)
ArgumentImpl
(ArgumentParserConfigurationImpl config, ArgumentGroupImpl argumentGroup, String... nameOrFlags)