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 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. |
PutIntoMapHandler |
Apply an two-arg option to an
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 |