Package | Description |
---|---|
org.kohsuke.args4j |
Command line parser core.
|
org.kohsuke.args4j.spi |
Classes for extending the behavior of args4j.
|
Modifier and Type | Class and Description |
---|---|
class |
MapSetter |
Modifier and Type | Method and Description |
---|---|
void |
CmdLineParser.addArgument(Setter setter,
Argument a)
Programmatically defines an argument (instead of reading it from annotations like you normally do.)
|
void |
CmdLineParser.addOption(Setter setter,
Option o)
Programmatically defines an option (instead of reading it from annotations like you normally do.)
|
protected OptionHandler |
CmdLineParser.createOptionHandler(OptionDef o,
Setter setter)
|
Modifier and Type | Class and Description |
---|---|
class |
MethodSetter
|
Modifier and Type | Field and Description |
---|---|
Setter<? super T> |
OptionHandler.setter
Object to be used for setting value.
|
Modifier and Type | Method and Description |
---|---|
static Setter |
Setters.create(CmdLineParser parser,
AccessibleObject fieldOrMethod,
Object bean) |
static Setter |
Setters.create(Field f,
Object bean) |
Copyright © 2003-2014 Kohsuke Kawaguchi. All Rights Reserved.