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