public final class SimpleTokenizerTool extends BasicCmdLineTool
Constructor and Description |
---|
SimpleTokenizerTool() |
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.
|
boolean |
hasParams()
Returns whether the tool has any command line params.
|
void |
run(String[] args)
Executes the tool with the given parameters.
|
getBasicHelp, getBasicHelp, getName, validateAndParseParams
public String getShortDescription()
CmdLineTool
getShortDescription
in class CmdLineTool
public String getHelp()
CmdLineTool
getHelp
in class CmdLineTool
public boolean hasParams()
CmdLineTool
hasParams
in class CmdLineTool
public void run(String[] args)
BasicCmdLineTool
run
in class BasicCmdLineTool
args
- argumentsCopyright © 2015 The Apache Software Foundation. All rights reserved.