Uses of Class
org.apache.commons.configuration2.tree.ReferenceTracker
Packages that use ReferenceTracker
Package
Description
A package with helper and utility classes used by hierarchical configurations.
-
Uses of ReferenceTracker in org.apache.commons.configuration2.tree
Fields in org.apache.commons.configuration2.tree declared as ReferenceTrackerModifier and TypeFieldDescriptionprivate final ReferenceTracker
TreeData.referenceTracker
The reference tracker.Methods in org.apache.commons.configuration2.tree that return ReferenceTrackerModifier and TypeMethodDescriptionReferenceTracker.addReferences
(Map<ImmutableNode, ?> refs) Adds all references stored in the passed in map to the managed references.TreeData.getReferenceTracker()
Gets theReferenceTracker
.ReferenceTracker.updateReferences
(Map<ImmutableNode, ImmutableNode> replacedNodes, Collection<ImmutableNode> removedNodes) Updates the references managed by this object at the end of a model transaction.private ReferenceTracker
ModelTransaction.updateReferenceTracker()
Returns an updatedReferenceTracker
instance.Methods in org.apache.commons.configuration2.tree with parameters of type ReferenceTrackerModifier and TypeMethodDescriptionTreeData.updateReferenceTracker
(ReferenceTracker newTracker) Creates a new instance which uses the specifiedReferenceTracker
.Constructors in org.apache.commons.configuration2.tree with parameters of type ReferenceTrackerModifierConstructorDescriptionTreeData
(ImmutableNode root, Map<ImmutableNode, ImmutableNode> parentMapping, Map<ImmutableNode, ImmutableNode> replacements, NodeTracker tracker, ReferenceTracker refTracker) Creates a new instance ofTreeData
and initializes it with all data to be stored.