| Class | Description |
|---|---|
| CLI |
CLI helper to parse arguments and parse them into a business class with field annotated to map the arguments.
|
| OptionCollector |
Collector for collecting
Options into an Options instance for a giving type. |
| OptionInjector |
Injects the parameters from the command line into a given target.
|
| Annotation Type | Description |
|---|---|
| CliOption |
Annotation for declaring fields as CLI paramter.
|
| CliOptionGroup |
Annotation to indicate that a field should be populated by a bean containing several
CliOptions |
| PostInject |
Marker annotation to declare a method that is invoked after the options have been injected into the target fields.
|
Copyright © 2016 DevCon5 GmbH. All rights reserved.