public static class RegistryConfiguration.Composite extends java.lang.Object implements RegistryConfiguration
RegistryConfiguration.Composite, RegistryConfiguration.Impl| Constructor and Description |
|---|
Composite() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBottomConfig(RegistryConfiguration newConfig)
Add a configuration as the most default place to look.
|
void |
addTopConfig(RegistryConfiguration newConfig)
Add a configuration as the most authoritative place to look.
|
java.lang.String |
getConfigLocator()
getConfigLocator returns a locator for the
configuration. |
java.util.Map |
getConfiguration()
getConfiguration returns a mapping of registry
database names to collections of tag-value pairs. |
public java.util.Map getConfiguration()
RegistryConfigurationgetConfiguration returns a mapping of registry
database names to collections of tag-value pairs.getConfiguration in interface RegistryConfigurationMap.public java.lang.String getConfigLocator()
RegistryConfigurationgetConfigLocator returns a locator for the
configuration.getConfigLocator in interface RegistryConfigurationString.public void addTopConfig(RegistryConfiguration newConfig) throws RegistryException
newConfig - the RegistryConfiguration to add as most
importantRegistryExceptionpublic void addBottomConfig(RegistryConfiguration newConfig) throws RegistryException
newConfig - the RegistryConfiguration to add as the
defaultRegistryException