Interface | Description |
---|---|
Argument |
This interface provides a way to specify parameters to argument to be
processed in
ArgumentParser object. |
ArgumentAction |
This interface defines behavior of action when an argument is encountered at
the command line.
|
ArgumentChoice |
This interface defines simple data validation method.
|
ArgumentContainer |
A container to which arguments can be added.
|
ArgumentGroup |
This interface defines a method to conceptually group up
Argument
objects. |
ArgumentParser |
This interface defines behavior of ArgumentParser.
|
ArgumentParserConfiguration |
ArgumentParserConfiguration is a configuration interface of ArgumentParser.
|
ArgumentType<T> |
This interface defines type conversion method.
|
MetavarInference |
This interface provides a way to infer metavar strings from a context which
implements this interface.
|
MutuallyExclusiveGroup | |
Subparser |
This interface defines Subparser used to add sub-command to
ArgumentParser . |
Subparsers |
This interface defines Subparsers which used to add
Subparser . |
Class | Description |
---|---|
Namespace |
This class holds attributes added by
ArgumentParser.parseArgs(String[]) . |
Enum | Description |
---|---|
FeatureControl |
This enum defines constants to be used throughout the argparse4j package.
|
Exception | Description |
---|---|
ArgumentParserException |
The exception thrown from
ArgumentParser.parseArgs(String[]) if error
occurred while processing command line argument. |
Copyright © 2012–2017. All rights reserved.