Package | Description |
---|---|
org.kohsuke.args4j |
Core classes of the Args4J command line parser.
|
org.kohsuke.args4j.maven |
Modifier and Type | Method and Description |
---|---|
void |
CmdLineParser.addOption(Setter setter,
Option o)
Programmatically defines an option (instead of reading it from annotations as normal).
|
Constructor and Description |
---|
NamedOptionDef(Option o) |
NamedOptionDef(Option o,
boolean forceMultiValued)
Deprecated.
multi-valuedness as option definition does not make sense. It's driven by the setter.
|
Modifier and Type | Field and Description |
---|---|
String |
Example.option |
String |
Example.required |
Copyright © 2003-2016 Kohsuke Kawaguchi. All Rights Reserved.