com.atlassian.sal.core.pluginsettings
Class PrefixedPluginSettingsDelegate
java.lang.Object
com.atlassian.sal.core.pluginsettings.PrefixedPluginSettingsDelegate
- All Implemented Interfaces:
- PluginSettings
public class PrefixedPluginSettingsDelegate
- extends Object
- implements PluginSettings
PluginSettings implementation that delegates to another PluginSettings, adding a prefix to every key passed in
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrefixedPluginSettingsDelegate
public PrefixedPluginSettingsDelegate(String prefix,
PluginSettings target)
get
public Object get(String key)
- Specified by:
get in interface PluginSettings
put
public Object put(String key,
Object value)
- Specified by:
put in interface PluginSettings
remove
public Object remove(String key)
- Specified by:
remove in interface PluginSettings
Copyright © 2010 Atlassian. All Rights Reserved.