tomp.xtcl.command
Class DumpContext

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

public class DumpContext
extends DumpCommand


Field Summary
protected  boolean deep
           
 
Constructor Summary
DumpContext()
           
 
Method Summary
 int execute(Context context)
           
 void setDeep(boolean 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

deep

protected boolean deep
Constructor Detail

DumpContext

public DumpContext()
Method Detail

setDeep

public void setDeep(boolean v)
Overrides:
setDeep in class DumpCommand

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