Uses of Class
org.apache.commons.configuration.tree.NodeCombiner
-
Packages that use NodeCombiner Package Description org.apache.commons.configuration org.apache.commons.configuration.tree -
-
Uses of NodeCombiner in org.apache.commons.configuration
Methods in org.apache.commons.configuration that return NodeCombiner Modifier and Type Method Description NodeCombinerCombinedConfiguration. getNodeCombiner()Returns the node combiner that is used for creating the combined node structure.NodeCombinerDynamicCombinedConfiguration. getNodeCombiner()Returns the node combiner that is used for creating the combined node structure.Methods in org.apache.commons.configuration with parameters of type NodeCombiner Modifier and Type Method Description voidCombinedConfiguration. setNodeCombiner(NodeCombiner nodeCombiner)Sets the node combiner.voidDynamicCombinedConfiguration. setNodeCombiner(NodeCombiner nodeCombiner)Sets the node combiner.Constructors in org.apache.commons.configuration with parameters of type NodeCombiner Constructor Description CombinedConfiguration(NodeCombiner comb)Creates a new instance ofCombinedConfigurationand initializes the combiner to be used.CombinedConfiguration(NodeCombiner comb, Lock lock)DynamicCombinedConfiguration(NodeCombiner comb)Creates a new instance ofDynamicCombinedConfigurationand initializes the combiner to be used. -
Uses of NodeCombiner in org.apache.commons.configuration.tree
Subclasses of NodeCombiner in org.apache.commons.configuration.tree Modifier and Type Class Description classMergeCombinerA specialized implementation of theNodeCombinerinterface that performs a merge from two passed in node hierarchies.classOverrideCombinerA concrete combiner implementation that is able to construct an override combination.classUnionCombinerA specialized implementation of theNodeCombinerinterface that constructs a union from two passed in node hierarchies.
-