Package | Description |
---|---|
org.kohsuke.args4j |
Core classes of the Args4J command line parser.
|
org.kohsuke.args4j.apt |
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 |
---|---|
(package private) Option |
OptionWithUsage.option |
Modifier and Type | Field and Description |
---|---|
private boolean |
Main.hidden |
private Mode |
Main.mode |
private java.io.File |
Main.outDir |
private java.lang.String |
Main.resourceName |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
AnnotationProcessorImpl.getUsage(Option o) |
private java.lang.String |
TxtWriter.required(Option option) |
Constructor and Description |
---|
OptionWithUsage(Option option,
java.lang.String usage) |