tomp.xtcl.command
Class DumpContexts

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

public class DumpContexts
extends DumpCommand


Field Summary
 
Fields inherited from class tomp.xtcl.command.DumpCommand
deep
 
Constructor Summary
DumpContexts()
           
 
Method Summary
 int execute(Context context)
           
 java.lang.String toString()
           
 
Methods inherited from class tomp.xtcl.command.DumpCommand
setDeep
 
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
 

Constructor Detail

DumpContexts

public DumpContexts()
Method Detail

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