Uses of Class
net.sourceforge.argparse4j.internal.ArgumentGroupImpl
-
Packages that use ArgumentGroupImpl Package Description net.sourceforge.argparse4j.internal -
-
Uses of ArgumentGroupImpl in net.sourceforge.argparse4j.internal
Methods in net.sourceforge.argparse4j.internal that return ArgumentGroupImpl Modifier and Type Method Description ArgumentGroupImpl
ArgumentGroupImpl. description(java.lang.String description)
ArgumentGroupImpl
ArgumentImpl. getArgumentGroup()
ArgumentGroupImpl
ArgumentGroupImpl. required(boolean required)
Methods in net.sourceforge.argparse4j.internal with parameters of type ArgumentGroupImpl Modifier and Type Method Description ArgumentImpl
ArgumentParserImpl. addArgument(ArgumentGroupImpl group, java.lang.String... nameOrFlags)
Constructors in net.sourceforge.argparse4j.internal with parameters of type ArgumentGroupImpl Constructor Description ArgumentImpl(PrefixPattern prefixPattern, ArgumentGroupImpl argumentGroup, java.lang.String... nameOrFlags)
-