tomp.xtcl.command
Class Function
java.lang.Object
tomp.xtcl.command.AbstractCommand
tomp.xtcl.command.Function
- All Implemented Interfaces:
- Command
- public class Function
- extends AbstractCommand
Methods inherited from class tomp.xtcl.command.AbstractCommand |
initParameters, listArray, listList, listMap, newFile, refToFile, refToInputSource, refToJoostStyle, refToResult, refToSource, refToStyle, refToXMLFilter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
protected java.lang.String name
params
protected java.lang.String[] params
command
protected Command command
Function
public Function()
execute
public int execute(Context context)
throws java.lang.Exception
- Specified by:
execute
in interface Command
- Overrides:
execute
in class AbstractCommand
- Throws:
java.lang.Exception
setName
public void setName(java.lang.String p)
setParams
public void setParams(java.lang.String[] p)
setCommand
public void setCommand(Command c)
param
public java.lang.String param(int i)
toString
public java.lang.String toString()