Package | Description |
---|---|
org.kohsuke.args4j |
Core classes of the Args4J command line parser.
|
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.
|
CmdLineParser
Command line argument owner.
|
Config
Metadataconfiguration.
|
ExampleMode
Deprecated.
|
Localizable
A message that can be formatted with arguments and locale.
|
Option
Marks a field/setter that receives a command line switch value.
|
OptionDef
Run-time copy of the Option or Argument annotation.
|
OptionHandlerFilter
Selects
OptionHandler . |
OptionHandlerRegistry
Manages the registration of option handlers.
|
OptionHandlerRegistry.OptionHandlerFactory
Provide custom logic for creating
OptionHandler implementation. |
ParserProperties
Set of properties that controls
CmdLineParser behaviours. |
Class and Description |
---|
CmdLineException
Signals an error in the user input.
|
CmdLineParser
Command line argument owner.
|
Localizable
A message that can be formatted with arguments and locale.
|
OptionDef
Run-time copy of the Option or Argument annotation.
|
ParserProperties
Set of properties that controls
CmdLineParser behaviours. |
Copyright © 2003-2016 Kohsuke Kawaguchi. All Rights Reserved.