com.unitesk.atp.tree.tool
Class DumpAction

java.lang.Object
  extended by com.unitesk.atp.tool.PluginClass
      extended by com.unitesk.atp.tree.tool.Plugin
          extended by com.unitesk.atp.tree.tool.Action
              extended by com.unitesk.atp.tree.tool.DumpAction
All Implemented Interfaces:
Plugin

public class DumpAction
extends Action


Field Summary
protected  File output_file
           
protected  TreePrinter treePrinter
           
 
Fields inherited from class com.unitesk.atp.tree.tool.Plugin
pm, tree
 
Fields inherited from class com.unitesk.atp.tool.PluginClass
mbox, name
 
Constructor Summary
DumpAction()
           
 
Method Summary
 String getVersion()
          Returns plugin version.
 void process(Tree tree)
          Inheritor must override this method to implement action over tree.
 
Methods inherited from class com.unitesk.atp.tree.tool.Action
getKind
 
Methods inherited from class com.unitesk.atp.tree.tool.Plugin
get, getCurrentTree, init, process, setCurrentTree
 
Methods inherited from class com.unitesk.atp.tool.PluginClass
getName, getPlugin, getPluginManager, getProperty, getProperty, getPropertyName, getRevision
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

output_file

protected File output_file

treePrinter

protected TreePrinter treePrinter
Constructor Detail

DumpAction

public DumpAction()
Method Detail

process

public void process(Tree tree)
Description copied from class: Action
Inheritor must override this method to implement action over tree. setCurrentTree( tree ) must be called before processing.

Specified by:
process in class Action
Parameters:
tree - The tree under processing.

getVersion

public String getVersion()
Returns plugin version.



Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.