tomp.xtcl.command
Class Chain
java.lang.Object
tomp.xtcl.command.AbstractCommand
tomp.xtcl.command.Chain
- All Implemented Interfaces:
- Command
- Direct Known Subclasses:
- TeeFilterCommand
- public class Chain
- extends AbstractCommand
Constructor Summary |
Chain()
|
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 |
sourceRef
protected java.lang.String sourceRef
filterStyleRefs
protected java.util.List filterStyleRefs
resultRef
protected java.lang.String resultRef
Chain
public Chain()
setSourceRef
public void setSourceRef(java.lang.String s)
addFilterStyleRef
public void addFilterStyleRef(java.lang.String s)
setResultRef
public void setResultRef(java.lang.String s)
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
toString
public java.lang.String toString()