Package | Description |
---|---|
net.sourceforge.argparse4j.inf | |
net.sourceforge.argparse4j.internal |
Modifier and Type | Method and Description |
---|---|
ArgumentGroup |
ArgumentParser.addArgumentGroup(String title)
Creates new
ArgumentGroup object and adds to this parser and
returns the object. |
ArgumentGroup |
ArgumentGroup.description(String description) |
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 |
---|---|
ArgumentGroup |
SubparserImpl.addArgumentGroup(String title) |
ArgumentGroup |
ArgumentParserImpl.addArgumentGroup(String title) |
Copyright © 2012–2017. All rights reserved.