com.unitesk.atp.tree.tool
Class DumpAction
java.lang.Object
com.unitesk.atp.tool.PluginClass
com.unitesk.atp.tree.tool.Plugin
com.unitesk.atp.tree.tool.Action
com.unitesk.atp.tree.tool.DumpAction
- All Implemented Interfaces:
- Plugin
public class DumpAction
- extends Action
Fields inherited from class com.unitesk.atp.tree.tool.Plugin |
pm, tree |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
output_file
protected File output_file
treePrinter
protected TreePrinter treePrinter
DumpAction
public DumpAction()
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.