Uses of Interface
net.sourceforge.argparse4j.inf.MutuallyExclusiveGroup
Packages that use MutuallyExclusiveGroup
-
Uses of MutuallyExclusiveGroup in net.sourceforge.argparse4j.inf
Methods in net.sourceforge.argparse4j.inf that return MutuallyExclusiveGroupModifier and TypeMethodDescriptionArgumentParser.addMutuallyExclusiveGroup()
Creates new mutually exclusive group,MutuallyExclusiveGroup
object, without title and adds to this parser and returns the object.ArgumentParser.addMutuallyExclusiveGroup
(String title) Creates new mutually exclusive group,MutuallyExclusiveGroup
object, and adds to this parser and returns the object.MutuallyExclusiveGroup.description
(String description) MutuallyExclusiveGroup.required
(boolean required) Iftrue
is 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 MutuallyExclusiveGroupModifier and TypeClassDescriptionfinal class
The 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 MutuallyExclusiveGroupModifier and TypeMethodDescriptionArgumentParserImpl.addMutuallyExclusiveGroup()
ArgumentParserImpl.addMutuallyExclusiveGroup
(String title) SubparserImpl.addMutuallyExclusiveGroup()
SubparserImpl.addMutuallyExclusiveGroup
(String title)