Package de.tototec.cmdoption.handler

Interface Summary
CmdOptionHandler An Handler is needed to parse an Commandline option and to apply the parser result to the annotated field or method.
 

Class Summary
AddToCollectionHandler Add an one-arg option argument to a collection of strings.
BooleanFieldHandler Apply an one-arg option to a Boolean (or boolean) field.
BooleanOptionHandler Apply an zero-arg option to an Boolean (or boolean) field.
CharArrayHandler Apply an one-arg option to a field of type String.
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 Summary
CmdOptionHandlerException