Frames | No Frames |
Fields of type org.apache.commons.cli.Options | |
Options | current Options |
Options | the command line Options |
Methods with parameter type org.apache.commons.cli.Options | |
String[] | |
String[] | |
String[] | Subclasses must implement this method to reduce
the arguments that have been passed to the parse
method. |
String[] | |
CommandLine | Parse the arguments according to the specified options. |
CommandLine | Parses the specified arguments
based on the specifed Options . |
CommandLine | Parse the arguments according to the specified options. |
CommandLine | Parses the specified arguments
based on the specifed Options . |
void | HelpFormatter.printHelp(PrintWriter pw, int width, String cmdLineSyntax, String header, Options options, int leftPad, int descPad, String footer) |
void | HelpFormatter.printHelp(PrintWriter pw, int width, String cmdLineSyntax, String header, Options options, int leftPad, int descPad, String footer, boolean autoUsage) |
void | |
void | HelpFormatter.printHelp(String cmdLineSyntax, String header, Options options, String footer, boolean autoUsage) |
void | |
void | |
void | HelpFormatter.printHelp(int width, String cmdLineSyntax, String header, Options options, String footer) |
void | HelpFormatter.printHelp(int width, String cmdLineSyntax, String header, Options options, String footer, boolean autoUsage) |
void | |
void | Prints the usage statement for the specified application. |
StringBuffer |
Methods with return type org.apache.commons.cli.Options | |
Options | Add an option that contains a short-name and a long-name
It may be specified as requiring an argument. |
Options | Add an option that only contains a short-name
It may be specified as requiring an argument. |
Options | Adds an option instance
|
Options | Add the specified option group. |
Options | PatternOptionBuilder.parsePattern(String pattern) Returns the Options instance represented by
pattern . |