Interface | Description |
---|---|
CliProcessorAware |
Allows beans to become aware of their
CliProcessor |
OpaqueArguments |
Marker to indicate that arguments to a command should not be pre-processed.
|
Class | Description |
---|---|
ArgumentDescriptor |
Argument descriptor. |
CliDescriptor |
Base-class for CLI descriptors.
|
CliProcessor |
Processes an object for cli annotations.
|
HelpPrinter |
Helper to print formatted help and usage text.
|
OptionDescriptor |
Option descriptor. |
Enum | Description |
---|---|
CliProcessor.Flavor |
Exception | Description |
---|---|
ProcessingException |
Thrown to indicate a problem processing command line arguments and options.
|
Annotation Type | Description |
---|---|
Argument |
Configures a field or method for processing as a command-line argument.
|
Option |
Configures a field or method for processing as a command-line option.
|
Copyright © 2008-2013 Sonatype. All Rights Reserved.