public class CachingConfiguration extends DefaultConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected Map |
configurationMap |
| Constructor and Description |
|---|
CachingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected Map |
getConfigurationMap(ConfigurationInterface configObject)
Create and return a Map with configuration key/values
|
Object |
getImpl(String aName)
Get a named setting.
|
Iterator |
listImpl()
List setting names
|
void |
setImpl(String aName,
Object aValue)
Set a named setting
|
protected Map configurationMap
protected Map getConfigurationMap(ConfigurationInterface configObject)
public Object getImpl(String aName) throws IllegalArgumentException
getImpl in interface ConfigurationInterfacegetImpl in class DefaultConfigurationIllegalArgumentException - if there is no configuration parameter with the given name.public void setImpl(String aName, Object aValue)
setImpl in interface ConfigurationInterfacesetImpl in class DefaultConfigurationpublic Iterator listImpl()
listImpl in interface ConfigurationInterfacelistImpl in class DefaultConfigurationCopyright © 2013 Atlassian. All Rights Reserved.