|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor
org.apache.commons.configuration.HierarchicalConfiguration.CloneVisitor
A specialized visitor that is able to create a deep copy of a node hierarchy.
| Constructor Summary | |
HierarchicalConfiguration.CloneVisitor()
Creates a new instance of CloneVisitor. |
|
| Method Summary | |
HierarchicalConfiguration.Node |
getClone()
Returns the result of the clone process. |
void |
visitAfterChildren(HierarchicalConfiguration.Node node,
ConfigurationKey key)
Visits the specified node after its children have been processed. |
void |
visitBeforeChildren(HierarchicalConfiguration.Node node,
ConfigurationKey key)
Visits and copies the specified node. |
| Methods inherited from class org.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor |
terminate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HierarchicalConfiguration.CloneVisitor()
CloneVisitor.
| Method Detail |
public void visitAfterChildren(HierarchicalConfiguration.Node node,
ConfigurationKey key)
visitAfterChildren in class HierarchicalConfiguration.NodeVisitornode - the nodekey - the key of this node
public void visitBeforeChildren(HierarchicalConfiguration.Node node,
ConfigurationKey key)
visitBeforeChildren in class HierarchicalConfiguration.NodeVisitornode - the nodekey - the key of this nodepublic HierarchicalConfiguration.Node getClone()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||