com.atlassian.core.user.preferences
Class DefaultPreferences
java.lang.Object
com.atlassian.core.user.preferences.DefaultPreferences
- All Implemented Interfaces:
- Preferences
public class DefaultPreferences
- extends Object
- implements Preferences
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPreferences
public DefaultPreferences()
getPreferences
public static Preferences getPreferences()
getLong
public long getLong(String key)
- Specified by:
getLong in interface Preferences
setLong
public void setLong(String key,
long value)
throws AtlassianCoreException
- Specified by:
setLong in interface Preferences
- Throws:
AtlassianCoreException
getString
public String getString(String key)
- Specified by:
getString in interface Preferences
setString
public void setString(String key,
String value)
throws AtlassianCoreException
- Specified by:
setString in interface Preferences
- Throws:
AtlassianCoreException
getBoolean
public boolean getBoolean(String key)
- Specified by:
getBoolean in interface Preferences
setBoolean
public void setBoolean(String key,
boolean b)
throws AtlassianCoreException
- Specified by:
setBoolean in interface Preferences
- Throws:
AtlassianCoreException
remove
public void remove(String key)
throws AtlassianCoreException
- Specified by:
remove in interface Preferences
- Throws:
AtlassianCoreException
Copyright © 2015 Atlassian. All rights reserved.