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 |
---|---|
List<ConfigElement> |
Config.arguments
All @Arguments.
|
List<ConfigElement> |
Config.options
All @Options.
|
Constructor and Description |
---|
AnnotationImpl(Class<? extends Annotation> annotationType,
ConfigElement ce) |
ArgumentImpl(ConfigElement ce) |
OptionImpl(ConfigElement ce) |
Copyright © 2003-2016 Kohsuke Kawaguchi. All Rights Reserved.