args4j 2.0.12-redhat-2

Package org.kohsuke.args4j

Command line parser core.

See:
          Description

Class Summary
CmdLineParser Command line argument owner.
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.
 

Enum Summary
ExampleMode Used with CmdLineParser.printExample(ExampleMode).
 

Exception Summary
CmdLineException Signals an error in the user input.
 

Error Summary
IllegalAnnotationError Signals an incorrect use of args4j annotations.
 

Annotation Types Summary
Argument Argument of the command line.
Option Marks a field/setter that receives a command line switch value.
 

Package org.kohsuke.args4j Description

Command line parser core.


args4j 2.0.12-redhat-2

Copyright © 2003-2012 JBoss by Red Hat. All Rights Reserved.