Uses of Class
org.apache.commons.configuration2.tree.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
Modifier 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
Modifier and TypeMethodDescriptionInMemoryNodeModelSupport.getNodeModel()
Gets theNodeModel
supported by this object.TrackedNodeModel.getParentModel()
Gets the parent model.