Uses of Interface
net.sourceforge.argparse4j.inf.MutuallyExclusiveGroup
-
Packages that use MutuallyExclusiveGroup Package Description net.sourceforge.argparse4j.inf net.sourceforge.argparse4j.internal -
-
Uses of MutuallyExclusiveGroup in net.sourceforge.argparse4j.inf
Methods in net.sourceforge.argparse4j.inf that return MutuallyExclusiveGroup Modifier and Type Method Description MutuallyExclusiveGroupArgumentParser. addMutuallyExclusiveGroup()Creates new mutually exclusive group,MutuallyExclusiveGroupobject, without title and adds to this parser and returns the object.MutuallyExclusiveGroupArgumentParser. addMutuallyExclusiveGroup(java.lang.String title)Creates new mutually exclusive group,MutuallyExclusiveGroupobject, and adds to this parser and returns the object.MutuallyExclusiveGroupMutuallyExclusiveGroup. description(java.lang.String description)MutuallyExclusiveGroupMutuallyExclusiveGroup. required(boolean required)Iftrueis given, one of the arguments in this group must be specified otherwise error will be issued. -
Uses of MutuallyExclusiveGroup in net.sourceforge.argparse4j.internal
Classes in net.sourceforge.argparse4j.internal that implement MutuallyExclusiveGroup Modifier and Type Class Description classArgumentGroupImplThe application code must not use this class directly. This class implements both mutually exclusive group and just a conceptual group.Methods in net.sourceforge.argparse4j.internal that return MutuallyExclusiveGroup Modifier and Type Method Description MutuallyExclusiveGroupArgumentParserImpl. addMutuallyExclusiveGroup()MutuallyExclusiveGroupArgumentParserImpl. addMutuallyExclusiveGroup(java.lang.String title)MutuallyExclusiveGroupSubparserImpl. addMutuallyExclusiveGroup()MutuallyExclusiveGroupSubparserImpl. addMutuallyExclusiveGroup(java.lang.String title)
-