Package | Description |
---|---|
net.sourceforge.argparse4j.inf | |
net.sourceforge.argparse4j.internal |
Modifier and Type | Method and Description |
---|---|
MutuallyExclusiveGroup |
ArgumentParser.addMutuallyExclusiveGroup()
Creates new mutually exclusive group,
MutuallyExclusiveGroup
object, without title and adds to this parser and returns the object. |
MutuallyExclusiveGroup |
ArgumentParser.addMutuallyExclusiveGroup(String title)
Creates new mutually exclusive group,
MutuallyExclusiveGroup
object, and adds to this parser and returns the object. |
MutuallyExclusiveGroup |
MutuallyExclusiveGroup.description(String description) |
MutuallyExclusiveGroup |
MutuallyExclusiveGroup.required(boolean required)
If
true is given, one of the arguments in this group must be
specified otherwise error will be issued. |
Modifier and Type | Class and Description |
---|---|
class |
ArgumentGroupImpl
The application code must not use this class directly.
This class implements both mutually exclusive group and just a conceptual
group.
|
Modifier and Type | Method and Description |
---|---|
MutuallyExclusiveGroup |
SubparserImpl.addMutuallyExclusiveGroup() |
MutuallyExclusiveGroup |
ArgumentParserImpl.addMutuallyExclusiveGroup() |
MutuallyExclusiveGroup |
SubparserImpl.addMutuallyExclusiveGroup(String title) |
MutuallyExclusiveGroup |
ArgumentParserImpl.addMutuallyExclusiveGroup(String title) |
Copyright © 2012–2017. All rights reserved.