| Class | Description |
|---|---|
| CommandLineProcessor |
A command line processor that uses annotations to process command line arguments that are passed to a java program.
|
| Annotation Type | Description |
|---|---|
| Option |
Indicates that the method with this annotation, corresponds to a single command line option.
|
| ProgramArguments |
Indicates that the method with this annotation corresponds to the program arguments.
|
Copyright © 2008–2017. All rights reserved.