asia.redact.bracket.properties
Class TreeSynchronizer

java.lang.Object
  extended by asia.redact.bracket.properties.TreeSynchronizer

public class TreeSynchronizer
extends Object

 Write out the nodes from a tree into a bracket Properties object. This
 operation is destructive to anything currently in the properties file!
 

Author:
Dave

Field Summary
(package private)  Properties props
           
(package private)  Node rootNode
           
 
Constructor Summary
TreeSynchronizer(Properties props, Node rootNode)
           
 
Method Summary
(package private)  void synch()
           
(package private)  void visit(Node node, String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

props

Properties props

rootNode

Node rootNode
Constructor Detail

TreeSynchronizer

TreeSynchronizer(Properties props,
                 Node rootNode)
Method Detail

synch

void synch()

visit

void visit(Node node,
           String path)


Copyright © 2011-2013 David R. Smith. All Rights Reserved.