| Interface | Description |
|---|---|
| CmdOptionHandler |
An Handler is needed to parse an Commandline option and to apply the parser
result to the annotated field or method.
|
| Class | Description |
|---|---|
| AddToCollectionHandler |
Add an one-arg option argument to a mutable collection of strings.
|
| BooleanFieldHandler | Deprecated
BooleanHandler does the same and also supports methods. |
| BooleanHandler |
Apply an one-arg option to a
Boolean (or boolean) field
or method. |
| BooleanOptionHandler |
Apply an zero-arg option to an
Boolean (or boolean)
field. |
| ByteHandler |
Apply an one-arg option to a
Byte (or byte) field or
method. |
| EnumHandler |
Parse a String to a
Enum of the expected type and applies it to a
field or a one-arg method. |
| IntegerHandler |
Apply an one-arg option to a
Integer (or int) field or
method. |
| LongHandler |
Apply an one-arg option to a
Long (or long) field or
method. |
| PutIntoMapHandler |
Apply an two-arg option to an mutable
Map. |
| StringFieldHandler |
Apply an one-arg option to a field of type
String. |
| StringMethodHandler |
Apply an n-arg option to an (setter) method with n parameters of type
String. |
| UrlHandler |
| Exception | Description |
|---|---|
| CmdOptionHandlerException |