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()
RegistryConfiguration
getConfiguration
returns a mapping of registry
database names to collections of tag-value pairs.getConfiguration
in interface RegistryConfiguration
Map
.public String getConfigLocator()
RegistryConfiguration
getConfigLocator
returns a locator for the
configuration.getConfigLocator
in interface RegistryConfiguration
String
.public void addTopConfig(RegistryConfiguration newConfig) throws RegistryException
newConfig
- the RegistryConfiguration to add as most
importantRegistryException
public void addBottomConfig(RegistryConfiguration newConfig) throws RegistryException
newConfig
- the RegistryConfiguration to add as the
defaultRegistryException
Copyright © 2014 BioJava. All rights reserved.