Class | Description |
---|---|
ClassParser |
Parser for analyzing Args4J annotations in the class hierarchy.
|
CmdLineParser |
Command line argument owner.
|
Config |
Metadataconfiguration.
|
MapSetter | |
NamedOptionDef |
Run-time copy of the Option or Argument annotation.
|
OptionDef |
Run-time copy of the Option or Argument annotation.
|
Starter |
Starter class which uses reflection to instantiate the business
class, parse the command line parameters, sets the fields of the
business class and doing the help message handling.
|
XmlParser |
Parses an XML-file specifying the 'annotations'.
|
Enum | Description |
---|---|
ExampleMode |
Used with
CmdLineParser.printExample(ExampleMode) . |
Exception | Description |
---|---|
CmdLineException |
Signals an error in the user input.
|
Error | Description |
---|---|
IllegalAnnotationError |
Signals an incorrect use of args4j annotations.
|
Annotation Type | Description |
---|---|
Argument |
Argument of the command line.
|
Option |
Marks a field/setter that receives a command line switch value.
|
Command line parser core.
Copyright © 2003-2015 Kohsuke Kawaguchi. All Rights Reserved.