public class ConfigurationSplitter
extends java.lang.Object
ConfigurationMerger
Constructor and Description |
---|
ConfigurationSplitter() |
Modifier and Type | Method and Description |
---|---|
static org.apache.avalon.framework.configuration.Configuration |
split(org.apache.avalon.framework.configuration.Configuration merged,
org.apache.avalon.framework.configuration.Configuration base)
Split a configuration, given a merged configuration and a base configuration.
|
public static org.apache.avalon.framework.configuration.Configuration split(org.apache.avalon.framework.configuration.Configuration merged, org.apache.avalon.framework.configuration.Configuration base) throws org.apache.avalon.framework.configuration.ConfigurationException
merged
- Configuration that is a combination of the result and
the base parambase
- Configuration that when merged with the result will yield the
merged paramorg.apache.avalon.framework.configuration.ConfigurationException
- if unable to splitCopyright © 1997-2003 Apache Software Foundation. All Rights Reserved.