Uses of Class
org.apache.commons.configuration.tree.NodeCombiner
Packages that use NodeCombiner
-
Uses of NodeCombiner in org.apache.commons.configuration
Methods in org.apache.commons.configuration that return NodeCombinerModifier and TypeMethodDescriptionCombinedConfiguration.getNodeCombiner()
Returns the node combiner that is used for creating the combined node structure.DynamicCombinedConfiguration.getNodeCombiner()
Returns the node combiner that is used for creating the combined node structure.Methods in org.apache.commons.configuration with parameters of type NodeCombinerModifier and TypeMethodDescriptionvoid
CombinedConfiguration.setNodeCombiner
(NodeCombiner nodeCombiner) Sets the node combiner.void
DynamicCombinedConfiguration.setNodeCombiner
(NodeCombiner nodeCombiner) Sets the node combiner.Constructors in org.apache.commons.configuration with parameters of type NodeCombinerModifierConstructorDescriptionCreates a new instance ofCombinedConfiguration
and initializes the combiner to be used.CombinedConfiguration
(NodeCombiner comb, Lock lock) Creates a new instance ofDynamicCombinedConfiguration
and initializes the combiner to be used. -
Uses of NodeCombiner in org.apache.commons.configuration.tree
Subclasses of NodeCombiner in org.apache.commons.configuration.treeModifier 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.