public static class RegistryConfiguration.Composite extends Object implements RegistryConfiguration
RegistryConfiguration.Composite, RegistryConfiguration.Impl| Constructor and Description |
|---|
RegistryConfiguration.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.
|
String |
getConfigLocator()
getConfigLocator returns a locator for the
configuration. |
Map |
getConfiguration()
getConfiguration returns a mapping of registry
database names to collections of tag-value pairs. |
public RegistryConfiguration.Composite()
public Map getConfiguration()
RegistryConfigurationgetConfiguration returns a mapping of registry
database names to collections of tag-value pairs.getConfiguration in interface RegistryConfigurationMap.public 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
defaultRegistryExceptionCopyright © 2014 BioJava. All rights reserved.