tomp.xtcl.command
Class Block

java.lang.Object
  extended bytomp.xtcl.command.AbstractCommand
      extended bytomp.xtcl.command.Block
All Implemented Interfaces:
Command
Direct Known Subclasses:
Call

public class Block
extends AbstractCommand


Field Summary
protected  Command command
           
 
Constructor Summary
Block()
           
 
Method Summary
 int execute(Context context)
           
 void setCommand(Command c)
           
 java.lang.String toString()
           
 
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
 

Field Detail

command

protected Command command
Constructor Detail

Block

public Block()
Method Detail

setCommand

public void setCommand(Command c)

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()