Package | Description |
---|---|
org.apache.commons.configuration |
The Configuration main package.
|
org.apache.commons.configuration.tree |
A package with helper and utility classes used by hierarchical configurations.
|
Modifier and Type | Field and Description |
---|---|
private static NodeCombiner |
CombinedConfiguration.DEFAULT_COMBINER
Constant for the default node combiner.
|
private NodeCombiner |
CombinedConfiguration.nodeCombiner
Stores the combiner.
|
Modifier and Type | Method and Description |
---|---|
NodeCombiner |
CombinedConfiguration.getNodeCombiner()
Returns the node combiner that is used for creating the combined node
structure.
|
Modifier and Type | Method and Description |
---|---|
void |
CombinedConfiguration.setNodeCombiner(NodeCombiner nodeCombiner)
Sets the node combiner.
|
Constructor and Description |
---|
CombinedConfiguration(NodeCombiner comb)
Creates a new instance of
CombinedConfiguration and
initializes the combiner to be used. |
Modifier and Type | Class and Description |
---|---|
class |
OverrideCombiner
A concrete combiner implementation that is able to construct an override
combination.
|
class |
UnionCombiner
A specialized implementation of the
NodeCombiner interface
that constructs a union from two passed in node hierarchies. |