| Class | Description |
|---|---|
| CommandLine |
A parsed String based on the provided Parameter and Options defined
in a
CommandLineParser. |
| CommandLineCompletionParser | |
| CommandLineParser |
A simple command line parser.
|
| OptionBuilder |
Build a
OptionInt object using the Builder pattern. |
| OptionProperty | |
| ParameterBuilder |
Build a
ParameterInt object using the Builder pattern. |
| ParsedCompleteObject |
A value object designed to show on which option a complete operation
is performed on.
|
| ParsedOption | |
| ParserBuilder | |
| ParserGenerator |
Generates a
CommandLineParser based on annotations defined in
the specified class. |
| Annotation Type | Description |
|---|---|
| Option |
A single command line option.
|
| Parameter |
Parameter represent a list of
Option objects,
a usage description and which parser to use for a command. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.