Package | Description |
---|---|
org.kohsuke.args4j |
Command line parser core.
|
org.kohsuke.args4j.opts |
Various
CmdLineOption implementations. |
Modifier and Type | Method and Description |
---|---|
CmdLineOption |
CmdLineParser.addOption(CmdLineOption opt)
Adds a new option to the parser.
|
Modifier and Type | Method and Description |
---|---|
CmdLineOption |
CmdLineParser.addOption(CmdLineOption opt)
Adds a new option to the parser.
|
Modifier and Type | Class and Description |
---|---|
class |
AliasOption
Option which is simply an alias to a set of other options.
|
class |
BooleanOption
Boolean option.
|
class |
FileOption
Option that takes
File as a parameter. |
class |
IntOption
Option that takes a int as a parameter.
|
class |
MultiStringOption
Option that accompanies a strong value and
can be specified multiple times.
|
class |
OutputStreamOption
Option used as an
OutputStream or Writer . |
class |
StringOption
Option that takes a
String as a parameter. |
Copyright © 2003-2013 Kohsuke Kawaguchi. All Rights Reserved.