Uses of Interface
org.apache.commons.configuration2.tree.InMemoryNodeModelSupport
Package
Description
The Configuration main package.
Configuration classes supporting NeXT / OpenStep /GNUStep style configuration.
A package with helper and utility classes used by hierarchical configurations.
-
Uses of InMemoryNodeModelSupport in org.apache.commons.configuration2
Modifier and TypeClassDescriptionclass
A base class for configuration implementations based on YAML structures.class
A specialized hierarchical configuration implementation that is based on a structure ofImmutableNode
objects.class
A hierarchical composite configuration class.class
DynamicCombinedConfiguration allows a set of CombinedConfigurations to be used.class
A specialized hierarchical configuration implementation for parsing ini files.class
A specialized hierarchical configuration class that is able to parse JSON documents.class
Wraps a BaseHierarchicalConfiguration and allows subtrees to be accessed via a configured path with replaceable tokens derived from the ConfigurationInterpolator.class
A specialized hierarchical configuration class with a node model that uses a tracked node of another node model as its root node.class
A specialized hierarchical configuration class that is able to parse XML documents.class
A specialized hierarchical configuration class that is able to parse YAML documents.Modifier and TypeMethodDescriptionprotected SubnodeConfiguration
BaseHierarchicalConfiguration.createSubConfigurationForTrackedNode
(NodeSelector selector, InMemoryNodeModelSupport parentModelSupport) Creates a connected sub configuration based on a selector for a tracked node.protected SubnodeConfiguration
SubnodeConfiguration.createSubConfigurationForTrackedNode
(NodeSelector selector, InMemoryNodeModelSupport parentModelSupport) Creates a connected sub configuration based on a selector for a tracked node. -
Uses of InMemoryNodeModelSupport in org.apache.commons.configuration2.plist
Modifier and TypeClassDescriptionclass
NeXT / OpenStep style configuration.class
Property list file (plist) in XML FORMAT as used by macOS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd). -
Uses of InMemoryNodeModelSupport in org.apache.commons.configuration2.tree
Modifier and TypeMethodDescriptionTrackedNodeModel.getParentModelSupport()
Gets theInMemoryNodeModelSupport
object which is used to gain access to the underlying node model.ModifierConstructorDescriptionTrackedNodeModel
(InMemoryNodeModelSupport modelSupport, NodeSelector sel, boolean untrackOnFinalize) Creates a new instance ofTrackedNodeModel
and initializes it with the given underlying model and the selector to the root node.