Uses of Interface
org.apache.commons.configuration2.tree.NodeModel
Packages that use NodeModel
Package
Description
The Configuration main package.
A package with helper and utility classes used by hierarchical configurations.
-
Uses of NodeModel in org.apache.commons.configuration2
Classes in org.apache.commons.configuration2 that implement NodeModelModifier and TypeClassDescriptionprivate static final class
A specialized node model implementation for the sub configuration representing the global section of the INI file.Fields in org.apache.commons.configuration2 declared as NodeModelModifier and TypeFieldDescriptionAbstractHierarchicalConfiguration.model
The model for managing the data stored in this configuration.Methods in org.apache.commons.configuration2 that return NodeModelModifier and TypeMethodDescriptionAbstractHierarchicalConfiguration.cloneNodeModel()
Creates a clone of the node model.protected NodeModel
<ImmutableNode> BaseHierarchicalConfiguration.cloneNodeModel()
Creates a clone of the node model.protected NodeModel
<ImmutableNode> SubnodeConfiguration.cloneNodeModel()
Creates a clone of the node model.private static NodeModel
<ImmutableNode> BaseHierarchicalConfiguration.createNodeModel
(HierarchicalConfiguration<ImmutableNode> c) Creates theNodeModel
for this configuration based on a passed in source configuration.AbstractHierarchicalConfiguration.getModel()
Gets theNodeModel
used by this configuration.AbstractHierarchicalConfiguration.getNodeModel()
Gets theNodeModel
supported by this object.Constructors in org.apache.commons.configuration2 with parameters of type NodeModelModifierConstructorDescriptionprotected
AbstractHierarchicalConfiguration
(NodeModel<T> nodeModel) Creates a new instance ofAbstractHierarchicalConfiguration
and sets theNodeModel
to be used.protected
Creates a new instance ofBaseHierarchicalConfiguration
and initializes it with the givenNodeModel
. -
Uses of NodeModel in org.apache.commons.configuration2.tree
Classes in org.apache.commons.configuration2.tree that implement NodeModelModifier and TypeClassDescriptionclass
A specialized node model implementation which operates onImmutableNode
structures.class
A specializedNodeModel
implementation that uses a tracked node managed by anInMemoryNodeModel
object as root node.Methods in org.apache.commons.configuration2.tree that return NodeModelModifier and TypeMethodDescriptionNodeModelSupport.getNodeModel()
Gets theNodeModel
supported by this object.