Package org.kohsuke.args4j
Interface OptionHandlerRegistry.OptionHandlerFactory
- All Known Implementing Classes:
OptionHandlerRegistry.DefaultConstructorHandlerFactory
- Enclosing class:
OptionHandlerRegistry
public static interface OptionHandlerRegistry.OptionHandlerFactory
Provide custom logic for creating
OptionHandler
implementation.-
Method Summary
Modifier and TypeMethodDescriptiongetHandler
(CmdLineParser parser, OptionDef o, Setter setter) Provide a handler instance to use.
-
Method Details
-
getHandler
Provide a handler instance to use.
-