Modifier and Type | Field and Description |
---|---|
protected CommandLine |
Parser.cmd
Deprecated.
commandline instance
|
protected CommandLine |
DefaultParser.cmd
The command-line instance.
|
Modifier and Type | Method and Description |
---|---|
CommandLine |
Parser.parse(Options options,
String[] arguments)
Deprecated.
Parses the specified
arguments based
on the specified Options . |
CommandLine |
DefaultParser.parse(Options options,
String[] arguments) |
CommandLine |
CommandLineParser.parse(Options options,
String[] arguments)
Parse the arguments according to the specified options.
|
CommandLine |
Parser.parse(Options options,
String[] arguments,
boolean stopAtNonOption)
Deprecated.
Parses the specified
arguments
based on the specified Options . |
CommandLine |
DefaultParser.parse(Options options,
String[] arguments,
boolean stopAtNonOption) |
CommandLine |
CommandLineParser.parse(Options options,
String[] arguments,
boolean stopAtNonOption)
Parse the arguments according to the specified options.
|
CommandLine |
Parser.parse(Options options,
String[] arguments,
Properties properties)
Deprecated.
Parse the arguments according to the specified options and properties.
|
CommandLine |
DefaultParser.parse(Options options,
String[] arguments,
Properties properties)
Parse the arguments according to the specified options and properties.
|
CommandLine |
Parser.parse(Options options,
String[] arguments,
Properties properties,
boolean stopAtNonOption)
Deprecated.
Parse the arguments according to the specified options and
properties.
|
CommandLine |
DefaultParser.parse(Options options,
String[] arguments,
Properties properties,
boolean stopAtNonOption)
Parse the arguments according to the specified options and properties.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.