Uses of Class
org.apache.commons.configuration2.tree.InMemoryNodeModel
Packages that use InMemoryNodeModel
Package
Description
The Configuration main package.
A package with helper and utility classes used by hierarchical configurations.
-
Uses of InMemoryNodeModel in org.apache.commons.configuration2
Methods in org.apache.commons.configuration2 that return InMemoryNodeModelModifier and TypeMethodDescriptionBaseHierarchicalConfiguration.getNodeModel()
Gets theNodeModel
supported by this object.SubnodeConfiguration.getNodeModel()
Gets theNodeModel
supported by this object.SubnodeConfiguration.getRootNodeModel()
Gets the node model of the root configuration.protected InMemoryNodeModel
BaseHierarchicalConfiguration.getSubConfigurationParentModel()
Gets theInMemoryNodeModel
to be used as parent model for a new sub configuration.protected InMemoryNodeModel
SubnodeConfiguration.getSubConfigurationParentModel()
Gets theInMemoryNodeModel
to be used as parent model for a new sub configuration. -
Uses of InMemoryNodeModel in org.apache.commons.configuration2.tree
Fields in org.apache.commons.configuration2.tree declared as InMemoryNodeModelModifier and TypeFieldDescriptionprivate final InMemoryNodeModel
NodeTracker.TrackedNodeData.detachedModel
A node model to be used when the tracked node is detached.Methods in org.apache.commons.configuration2.tree that return InMemoryNodeModelModifier and TypeMethodDescriptionNodeTracker.TrackedNodeData.getDetachedModel()
Gets the node model to be used in detached mode.NodeTracker.getDetachedNodeModel
(NodeSelector selector) Gets the detached node model for the specified tracked node.InMemoryNodeModelSupport.getNodeModel()
Gets theNodeModel
supported by this object.TrackedNodeModel.getParentModel()
Gets the parent model.Constructors in org.apache.commons.configuration2.tree with parameters of type InMemoryNodeModelModifierConstructorDescriptionprivate
TrackedNodeData
(ImmutableNode nd, int obsCount, InMemoryNodeModel detachedNodeModel) Creates a new instance ofTrackedNodeData
and initializes its properties.