Uses of Class
org.apache.commons.configuration2.tree.InMemoryNodeModel
-
Packages that use InMemoryNodeModel Package Description org.apache.commons.configuration2 The Configuration main package.org.apache.commons.configuration2.tree 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 InMemoryNodeModel Modifier and Type Method Description InMemoryNodeModel
BaseHierarchicalConfiguration. getNodeModel()
Returns theNodeModel
supported by this object.InMemoryNodeModel
SubnodeConfiguration. getNodeModel()
Returns theNodeModel
supported by this object.InMemoryNodeModel
SubnodeConfiguration. getRootNodeModel()
Returns the node model of the root configuration.protected InMemoryNodeModel
BaseHierarchicalConfiguration. getSubConfigurationParentModel()
Returns theInMemoryNodeModel
to be used as parent model for a new sub configuration.protected InMemoryNodeModel
SubnodeConfiguration. getSubConfigurationParentModel()
Returns theInMemoryNodeModel
to be used as parent model for a new sub configuration. -
Uses of InMemoryNodeModel in org.apache.commons.configuration2.tree
Methods in org.apache.commons.configuration2.tree that return InMemoryNodeModel Modifier and Type Method Description InMemoryNodeModel
InMemoryNodeModelSupport. getNodeModel()
Returns theNodeModel
supported by this object.InMemoryNodeModel
TrackedNodeModel. getParentModel()
Returns the parent model.
-