com.atlassian.sal.testresources.pluginsettings
Class MockPluginSettings

java.lang.Object
  extended by com.atlassian.sal.testresources.pluginsettings.MockPluginSettings
All Implemented Interfaces:
PluginSettings

public class MockPluginSettings
extends Object
implements PluginSettings


Constructor Summary
MockPluginSettings()
           
 
Method Summary
 Object get(String key)
           
 Object put(String key, Object value)
           
 Object remove(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockPluginSettings

public MockPluginSettings()
Method Detail

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 © 2011 Atlassian. All Rights Reserved.