public class ConfigurationMerger
extends java.lang.Object
phoenix-configuration:merge and its value is equal to a boolean
TRUE
phoenix-configuration:key-attribute
that names an attribute that exists on both the layer and base that can be used to match
multiple children of the same getName()
ConfigurationSplitter| Constructor and Description |
|---|
ConfigurationMerger() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avalon.framework.configuration.Configuration |
merge(org.apache.avalon.framework.configuration.Configuration layer,
org.apache.avalon.framework.configuration.Configuration base)
Merge two configurations.
|
public static org.apache.avalon.framework.configuration.Configuration merge(org.apache.avalon.framework.configuration.Configuration layer,
org.apache.avalon.framework.configuration.Configuration base)
throws org.apache.avalon.framework.configuration.ConfigurationException
layer - Configuration to layer over the basebase - Configuration layer will be merged withorg.apache.avalon.framework.configuration.ConfigurationException - if unable to mergeCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.