| Interface | Description |
|---|---|
| AutoCompletable |
Interface for CLI implementation that knows to suggest options
|
| Class | Description |
|---|---|
| ArgumentProcessor<T> |
The facade class that parses arguments and sets values to given bean
|
| ArgumentProcessorFactory |
Factory class for
ArgumentProcessor |
| GnuParser | |
| ValidationResult |
Argument validation result coming from
ArgumentProcessor.validate(String[]) |
| ValidationResult.ArgumentMissing |
A violation indicating required argument is missing
|
| ValidationResult.OptionMissing |
Type of violation where a required option is missing
|
| ValidationResult.UnexpectedOption |
Violation where an unexpected option value is found
|
| ValidationResult.Violation |
A validation violation
|
Copyright © 2008–2018. All rights reserved.