Package | Description |
---|---|
org.kohsuke.args4j |
Core classes of the Args4J command line parser.
|
org.kohsuke.args4j.spi |
Classes for extending the behavior of args4j.
|
Modifier and Type | Field and Description |
---|---|
(package private) ConfigElement |
Config.ConfigHandler.currentCE |
Modifier and Type | Field and Description |
---|---|
java.util.List<ConfigElement> |
Config.arguments
All @Arguments.
|
java.util.List<ConfigElement> |
Config.options
All @Options.
|
Modifier and Type | Method and Description |
---|---|
private ConfigElement |
FieldParser.createConfigElement(java.lang.reflect.Field f) |
Constructor and Description |
---|
AnnotationImpl(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
ConfigElement ce) |
ArgumentImpl(ConfigElement ce) |
OptionImpl(ConfigElement ce) |