Package org.kohsuke.args4j
Interface OptionHandlerRegistry.OptionHandlerFactory
-
- Enclosing class:
- OptionHandlerRegistry
public static interface OptionHandlerRegistry.OptionHandlerFactory
Provide custom logic for creatingOptionHandler
implementation.- Author:
- ogondza
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OptionHandler<?>
getHandler(CmdLineParser parser, OptionDef o, Setter setter)
Provide a handler instance to use.
-
-
-
Method Detail
-
getHandler
OptionHandler<?> getHandler(CmdLineParser parser, OptionDef o, Setter setter)
Provide a handler instance to use.
-
-