public final class ParserTool extends BasicCmdLineTool
Constructor and Description |
---|
ParserTool() |
Modifier and Type | Method and Description |
---|---|
String |
getHelp()
Retrieves a description on how to use the tool.
|
String |
getShortDescription()
Retrieves a short description of what the tool does.
|
static Parse[] |
parseLine(String line,
Parser parser,
int numParses) |
void |
run(String[] args)
Executes the tool with the given parameters.
|
getBasicHelp, getBasicHelp, getName, hasParams, validateAndParseParams
public String getShortDescription()
CmdLineTool
getShortDescription
in class CmdLineTool
public String getHelp()
CmdLineTool
getHelp
in class CmdLineTool
public void run(String[] args)
BasicCmdLineTool
run
in class BasicCmdLineTool
args
- argumentsCopyright © 2015 The Apache Software Foundation. All rights reserved.