Package | Description |
---|---|
org.kohsuke.args4j |
Core classes of the Args4J command line parser.
|
Modifier and Type | Class and Description |
---|---|
private class |
OptionHandlerRegistry.DefaultConstructorHandlerFactory |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Class,OptionHandlerRegistry.OptionHandlerFactory> |
OptionHandlerRegistry.handlers
All
OptionHandler s known to the CmdLineParser . |
Modifier and Type | Method and Description |
---|---|
void |
OptionHandlerRegistry.registerHandler(java.lang.Class valueType,
OptionHandlerRegistry.OptionHandlerFactory factory)
Registers a user-defined
OptionHandler class with args4j. |