tomp.xtcl.command
Class Dump

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

public class Dump
extends AbstractCommand


Field Summary
protected  boolean all
           
protected  boolean deep
           
protected  java.lang.String var
           
 
Constructor Summary
Dump()
           
 
Method Summary
 int execute(Context context)
           
 void setAll(boolean v)
           
 void setDeep(boolean v)
           
 void setVar(java.lang.String v)
           
 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

var

protected java.lang.String var

deep

protected boolean deep

all

protected boolean all
Constructor Detail

Dump

public Dump()
Method Detail

setVar

public void setVar(java.lang.String v)

setDeep

public void setDeep(boolean v)

setAll

public void setAll(boolean v)

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