| Class | Description |
|---|---|
| Parser |
The Parser class is responsible for processing command line arguments passed to a Java application and setting them as fields of a given POJO.
|
| Exception | Description |
|---|---|
| ArgsParserException |
ArgsParserException is thrown when the parsing of arguments fails for whatever reason.
|
| Annotation Type | Description |
|---|---|
| Arg |
Arg is a field level annotation telling
Parser that this field can be filled with values passed from the command line. |
Copyright © 2018. All rights reserved.