tomp.xtcl.command
Class Ret

java.lang.Object
  extended bytomp.xtcl.command.AbstractCommand
      extended bytomp.xtcl.command.Ret
All Implemented Interfaces:
Command

public class Ret
extends AbstractCommand


Field Summary
protected  java.lang.String[] returns
           
 
Constructor Summary
Ret()
           
 
Method Summary
 int execute(Context c)
           
 void setReturns(java.lang.String[] r)
           
 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

returns

protected java.lang.String[] returns
Constructor Detail

Ret

public Ret()
Method Detail

setReturns

public void setReturns(java.lang.String[] r)

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

toString

public java.lang.String toString()