Package | Description |
---|---|
net.sourceforge.argparse4j.inf | |
net.sourceforge.argparse4j.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
ArgumentGroup
This interface defines a method to conceptually group up
Argument
objects. |
interface |
ArgumentParser
This interface defines behavior of ArgumentParser.
|
interface |
MutuallyExclusiveGroup |
interface |
Subparser
This interface defines Subparser used to add sub-command to
ArgumentParser . |
Modifier and Type | Method and Description |
---|---|
ArgumentContainer |
ArgumentContainer.description(String description)
Sets the description for the arguments of this container.
|
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.
|
class |
ArgumentParserImpl
The application code must not use this class directly.
|
class |
SubparserImpl
The application code must not use this class directly.
|
Copyright © 2012–2017. All rights reserved.