public abstract class BasicCmdLineTool extends CmdLineTool
Note: Do not use this class, internal use only!
Constructor and Description |
---|
BasicCmdLineTool() |
Modifier and Type | Method and Description |
---|---|
abstract void |
run(String[] args)
Executes the tool with the given parameters.
|
getBasicHelp, getBasicHelp, getHelp, getName, getShortDescription, hasParams, validateAndParseParams
public abstract void run(String[] args)
args
- argumentsCopyright © 2015 The Apache Software Foundation. All rights reserved.