Package | Description |
---|---|
org.kohsuke.args4j |
Command line parser core.
|
org.kohsuke.args4j.spi |
Classes for extending the behavior of args4j.
|
Class and Description |
---|
Argument
Argument of the command line.
|
CmdLineException
Signals an error in the user input.
|
ExampleMode
Used with
CmdLineParser.printExample(ExampleMode) . |
Option
Marks a field/setter that receives a command line switch value.
|
OptionDef
Run-time copy of the Option or Argument annotation.
|
Class and Description |
---|
CmdLineException
Signals an error in the user input.
|
CmdLineParser
Command line argument owner.
|
OptionDef
Run-time copy of the Option or Argument annotation.
|