tomp.xtcl.command
Class Sequence
java.lang.Object
tomp.xtcl.command.AbstractCommand
tomp.xtcl.command.Sequence
- All Implemented Interfaces:
- Command
- public class Sequence
- 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 |
breakOnError
protected boolean breakOnError
commands
protected Command[] commands
Sequence
public Sequence()
setBreakOnError
public void setBreakOnError(boolean b)
setCommands
public void setCommands(Command[] c)
execute
public int execute(Context c)
throws java.lang.Exception
- Specified by:
execute
in interface Command
- Overrides:
execute
in class AbstractCommand
- Throws:
java.lang.Exception
commandsToString
protected java.lang.String commandsToString()
execute
public int execute(Context c,
int i)
throws java.lang.Exception
- Throws:
java.lang.Exception
toString
public java.lang.String toString()