Uses of Interface
org.kohsuke.args4j.OptionHandlerRegistry.OptionHandlerFactory
-
Packages that use OptionHandlerRegistry.OptionHandlerFactory Package Description org.kohsuke.args4j Core classes of the Args4J command line parser. -
-
Uses of OptionHandlerRegistry.OptionHandlerFactory in org.kohsuke.args4j
Classes in org.kohsuke.args4j that implement OptionHandlerRegistry.OptionHandlerFactory Modifier and Type Class Description private class
OptionHandlerRegistry.DefaultConstructorHandlerFactory
Fields in org.kohsuke.args4j with type parameters of type OptionHandlerRegistry.OptionHandlerFactory Modifier and Type Field Description private java.util.Map<java.lang.Class,OptionHandlerRegistry.OptionHandlerFactory>
OptionHandlerRegistry. handlers
AllOptionHandler
s known to theCmdLineParser
.Methods in org.kohsuke.args4j with parameters of type OptionHandlerRegistry.OptionHandlerFactory Modifier and Type Method Description void
OptionHandlerRegistry. registerHandler(java.lang.Class valueType, OptionHandlerRegistry.OptionHandlerFactory factory)
Registers a user-definedOptionHandler
class with args4j.
-