Uses of Interface
org.apache.commons.configuration2.tree.ReferenceNodeHandler
Package
Description
The Configuration main package.
A package with helper and utility classes used by hierarchical configurations.
-
Uses of ReferenceNodeHandler in org.apache.commons.configuration2
Modifier and TypeMethodDescriptionprotected abstract void
BaseHierarchicalConfiguration.BuilderVisitor.insert
(ImmutableNode newNode, ImmutableNode parent, ImmutableNode sibling1, ImmutableNode sibling2, ReferenceNodeHandler refHandler) Inserts a new node into the structure constructed by this builder.protected abstract void
BaseHierarchicalConfiguration.BuilderVisitor.update
(ImmutableNode node, Object reference, ReferenceNodeHandler refHandler) Updates a node that already existed in the original hierarchy. -
Uses of ReferenceNodeHandler in org.apache.commons.configuration2.tree
Modifier and TypeMethodDescriptionInMemoryNodeModel.getReferenceNodeHandler()
Gets aReferenceNodeHandler
object for this model.