tomp.xtcl.command
Class Echo

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

public class Echo
extends AbstractCommand


Field Summary
protected  java.lang.String echo
           
 
Constructor Summary
Echo()
           
 
Method Summary
 void setEcho(java.lang.String c)
           
 java.lang.String toString()
           
 
Methods inherited from class tomp.xtcl.command.AbstractCommand
execute, 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

echo

protected java.lang.String echo
Constructor Detail

Echo

public Echo()
Method Detail

setEcho

public void setEcho(java.lang.String c)

toString

public java.lang.String toString()