| Constructor and Description |
|---|
ShiftCharsTool() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute the tool.
|
String |
getDescription()
Long textual description of the tool.
|
Collection<Dataset> |
getInputs()
Retrieve list of inputs for the tool.
|
String |
getName()
Return the name of the tool.
|
InputStream |
getOutput(String id)
Retrieve a specific output.
|
Collection<Dataset> |
getOutputs()
Retrieve list of outputs for the tool.
|
Collection<Parameter> |
getParameters()
Retrieve list of parameters for the tool.
|
int |
getVersion()
Return the version number of the tool.
|
void |
setInput(String id,
InputStream input)
Set a specific input.
|
void |
setParameter(String id,
String value)
Set a specific parameter.
|
void |
setTempFolder(File tempfolder)
Sets the temp folder.
|
public String getName()
JavaToolpublic int getVersion()
JavaToolgetVersion in interface JavaToolpublic String getDescription()
JavaToolgetDescription in interface JavaToolpublic Collection<Dataset> getInputs()
JavaToolpublic void setInput(String id, InputStream input)
JavaToolpublic Collection<Dataset> getOutputs()
JavaToolgetOutputs in interface JavaToolpublic InputStream getOutput(String id)
JavaToolpublic Collection<Parameter> getParameters()
JavaToolgetParameters in interface JavaToolpublic void setParameter(String id, String value)
JavaToolsetParameter in interface JavaToolid - the id of the parameter.value - the value for the parameter.public void setTempFolder(File tempfolder)
JavaToolsetTempFolder in interface JavaTooltempfolder - the temp folder created for this execution.public void execute()
throws AbortException,
FailedException
JavaToolexecute in interface JavaToolAbortException - throws abort exception if the step was aborted.FailedException - throws failed exception if the step failed to executed, or an
error occurred during execution.Copyright © 2017. All rights reserved.