Uses of Class
org.apache.commons.configuration2.tree.NodeCombiner
Package
Description
The Configuration main package.
A package with helper and utility classes used by hierarchical configurations.
-
Uses of NodeCombiner in org.apache.commons.configuration2
Modifier and TypeMethodDescriptionCombinedConfiguration.getNodeCombiner()
Gets the node combiner that is used for creating the combined node structure.DynamicCombinedConfiguration.getNodeCombiner()
Gets the node combiner that is used for creating the combined node structure.Modifier and TypeMethodDescriptionvoid
CombinedConfiguration.setNodeCombiner
(NodeCombiner nodeCombiner) Sets the node combiner.void
DynamicCombinedConfiguration.setNodeCombiner
(NodeCombiner nodeCombiner) Sets the node combiner.ModifierConstructorDescriptionCreates a new instance ofCombinedConfiguration
and initializes the combiner to be used.Creates a new instance ofDynamicCombinedConfiguration
and initializes the combiner to be used. -
Uses of NodeCombiner in org.apache.commons.configuration2.tree
Modifier and TypeClassDescriptionclass
A specialized implementation of theNodeCombiner
interface that performs a merge from two passed in node hierarchies.class
A concrete combiner implementation that is able to construct an override combination.class
A specialized implementation of theNodeCombiner
interface that constructs a union from two passed in node hierarchies.