Uses of Interface
org.kohsuke.args4j.OptionHandlerRegistry.OptionHandlerFactory
Packages that use OptionHandlerRegistry.OptionHandlerFactory
-
Uses of OptionHandlerRegistry.OptionHandlerFactory in org.kohsuke.args4j
Classes in org.kohsuke.args4j that implement OptionHandlerRegistry.OptionHandlerFactoryModifier and TypeClassDescriptionprivate class
Fields in org.kohsuke.args4j with type parameters of type OptionHandlerRegistry.OptionHandlerFactoryModifier and TypeFieldDescriptionprivate final Map<Class,
OptionHandlerRegistry.OptionHandlerFactory> OptionHandlerRegistry.handlers
AllOptionHandler
s known to theCmdLineParser
.Methods in org.kohsuke.args4j with parameters of type OptionHandlerRegistry.OptionHandlerFactoryModifier and TypeMethodDescriptionvoid
OptionHandlerRegistry.registerHandler
(Class valueType, OptionHandlerRegistry.OptionHandlerFactory factory) Registers a user-definedOptionHandler
class with args4j.