Package | Description |
---|---|
org.kohsuke.args4j |
Command line parser core.
|
org.kohsuke.args4j.opts |
Various
CmdLineOption implementations. |
Modifier and Type | Method and Description |
---|---|
int |
CmdLineOption.parseArguments(CmdLineParser parser,
CmdLineOption.Parameters params)
Called if the option that this parser recognizes is found.
|
Modifier and Type | Method and Description |
---|---|
int |
AliasOption.parseArguments(CmdLineParser parser,
CmdLineOption.Parameters params) |
int |
BooleanOption.parseArguments(CmdLineParser parser,
CmdLineOption.Parameters params) |
int |
FileOption.parseArguments(CmdLineParser parser,
CmdLineOption.Parameters params) |
int |
IntOption.parseArguments(CmdLineParser parser,
CmdLineOption.Parameters params) |
int |
MultiStringOption.parseArguments(CmdLineParser parser,
CmdLineOption.Parameters params) |
int |
StringOption.parseArguments(CmdLineParser parser,
CmdLineOption.Parameters params) |
Copyright © 2003-2013 Kohsuke Kawaguchi. All Rights Reserved.