Package | Description |
---|---|
org.kohsuke.args4j |
Core classes of the Args4J command line parser.
|
Modifier and Type | Class and Description |
---|---|
class |
ExampleMode
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static OptionHandlerFilter |
OptionHandlerFilter.ALL
Print all defined options in the example.
|
static OptionHandlerFilter |
OptionHandlerFilter.PUBLIC
Print all non-hidden options.
|
static OptionHandlerFilter |
OptionHandlerFilter.REQUIRED
Print all required options.
|
Modifier and Type | Method and Description |
---|---|
String |
CmdLineParser.printExample(OptionHandlerFilter filter)
Formats a command line example into a string.
|
String |
CmdLineParser.printExample(OptionHandlerFilter mode,
ResourceBundle rb)
Formats a command line example into a string.
|
protected void |
CmdLineParser.printOption(PrintWriter out,
OptionHandler handler,
int len,
ResourceBundle rb,
OptionHandlerFilter filter)
Prints usage information for a given option.
|
void |
CmdLineParser.printUsage(Writer out,
ResourceBundle rb,
OptionHandlerFilter filter)
Prints the list of all the non-hidden options and their usages to the screen.
|
Copyright © 2003-2016 Kohsuke Kawaguchi. All Rights Reserved.