| Modifier and Type | Field | Description |
|---|---|---|
protected CommandLine |
DefaultParser.cmd |
The command-line instance.
|
protected CommandLine |
Parser.cmd |
Deprecated.
commandline instance
|
| Modifier and Type | Method | Description |
|---|---|---|
CommandLine |
CommandLine.Builder.build() |
|
CommandLine |
CommandLineParser.parse(Options options,
java.lang.String[] arguments) |
Parse the arguments according to the specified options.
|
CommandLine |
CommandLineParser.parse(Options options,
java.lang.String[] arguments,
boolean stopAtNonOption) |
Parse the arguments according to the specified options.
|
CommandLine |
DefaultParser.parse(Options options,
java.lang.String[] arguments) |
|
CommandLine |
DefaultParser.parse(Options options,
java.lang.String[] arguments,
boolean stopAtNonOption) |
|
CommandLine |
DefaultParser.parse(Options options,
java.lang.String[] arguments,
java.util.Properties properties) |
Parse the arguments according to the specified options and properties.
|
CommandLine |
DefaultParser.parse(Options options,
java.lang.String[] arguments,
java.util.Properties properties,
boolean stopAtNonOption) |
Parse the arguments according to the specified options and properties.
|
CommandLine |
Parser.parse(Options options,
java.lang.String[] arguments) |
Deprecated.
Parses the specified
arguments based
on the specified Options. |
CommandLine |
Parser.parse(Options options,
java.lang.String[] arguments,
boolean stopAtNonOption) |
Deprecated.
Parses the specified
arguments
based on the specified Options. |
CommandLine |
Parser.parse(Options options,
java.lang.String[] arguments,
java.util.Properties properties) |
Deprecated.
Parse the arguments according to the specified options and properties.
|
CommandLine |
Parser.parse(Options options,
java.lang.String[] arguments,
java.util.Properties properties,
boolean stopAtNonOption) |
Deprecated.
Parse the arguments according to the specified options and
properties.
|