Package | Description |
---|---|
org.kohsuke.args4j |
Command line parser core.
|
Modifier and Type | Method and Description |
---|---|
static ExampleMode |
ExampleMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExampleMode[] |
ExampleMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
CmdLineParser.printExample(ExampleMode mode)
Formats a command line example into a string.
|
String |
CmdLineParser.printExample(ExampleMode mode,
ResourceBundle rb)
Formats a command line example into a string.
|
Copyright © 2003-2015 Kohsuke Kawaguchi. All Rights Reserved.