Package | Description |
---|---|
org.kohsuke.args4j |
Core classes of the Args4J command line parser.
|
org.kohsuke.args4j.spi |
Classes for extending the behavior of args4j.
|
Class and Description |
---|
ConfigElement
The ConfigElement is an <option> or <argument> tag
in the xml configuration file.
|
OptionHandler
Code that parses operands of an option into Java.
|
Setter
Abstraction of the value setter.
|
Class and Description |
---|
AnnotationImpl
Base class for the @Option and @Argument implementation classes.
|
ConfigElement
The ConfigElement is an <option> or <argument> tag
in the xml configuration file.
|
DelimitedOptionHandler
Partial
OptionHandler implementation that takes a single value to the option,
which is then gets split into individual tokens using fixed delimiter. |
FieldSetter |
Getter
Interface that can be instantiated to get default values.
|
Messages |
OneArgumentOptionHandler
OptionHandler which handles an option with exactly one argument, like "-foo bar".
|
OptionHandler
Code that parses operands of an option into Java.
|
Parameters
List of arguments.
|
Setter
Abstraction of the value setter.
|
SubCommand
Specifies a single sub-command.
|
Copyright © 2003-2016 Kohsuke Kawaguchi. All Rights Reserved.