Modifier and Type | Field and Description |
---|---|
protected CommandLine |
Parser.cmd
commandline instance
|
Modifier and Type | Method and Description |
---|---|
CommandLine |
Parser.parse(Options options,
String[] arguments)
Parses the specified
arguments based
on the specifed Options . |
CommandLine |
CommandLineParser.parse(Options options,
String[] arguments)
Parse the arguments according to the specified options.
|
CommandLine |
Parser.parse(Options options,
String[] arguments,
boolean stopAtNonOption)
Parses the specified
arguments
based on the specifed Options . |
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)
Parse the arguments according to the specified options and properties.
|
CommandLine |
Parser.parse(Options options,
String[] arguments,
Properties properties,
boolean stopAtNonOption)
Parse the arguments according to the specified options and
properties.
|
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.