public class ScriptTool extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
ScriptTool()
constructor
|
| Modifier and Type | Method and Description |
|---|---|
Collection<de.tsl2.nano.action.IAction> |
availableActions() |
static ScriptTool |
createInstance() |
protected Object |
executeStatement(String strStmt,
boolean pureSQL) |
Collection<?> |
getResult() |
de.tsl2.nano.action.IAction |
getSelectedAction() |
String |
getSourceFile() |
String |
getText() |
protected void |
initAntScriptFile() |
de.tsl2.nano.action.IAction<Collection<?>> |
runner() |
void |
setResult(Collection<?> result) |
void |
setSelectedAction(de.tsl2.nano.action.IAction selectedAction) |
void |
setSourceFile(String sourceFile) |
void |
setText(String text) |
public static ScriptTool createInstance()
protected void initAntScriptFile()
protected Object executeStatement(String strStmt, boolean pureSQL) throws Exception
Exceptionpublic String getSourceFile()
public void setSourceFile(String sourceFile)
sourceFile - The sourceFile to set.public String getText()
public void setText(String text)
text - The text to set.public de.tsl2.nano.action.IAction getSelectedAction()
public void setSelectedAction(de.tsl2.nano.action.IAction selectedAction)
selectedAction - The selectedAction to set.public Collection<?> getResult()
public void setResult(Collection<?> result)
result - The result to set.public Collection<de.tsl2.nano.action.IAction> availableActions()
public de.tsl2.nano.action.IAction<Collection<?>> runner()
Copyright © 2012–2018. All rights reserved.