Class DefaultPreferences

    • Constructor Detail

      • DefaultPreferences

        public DefaultPreferences()
        Deprecated.
    • Method Detail

      • getPreferences

        public static Preferences getPreferences()
        Deprecated.
      • setLong

        public void setLong​(String key,
                            long value)
                     throws com.atlassian.core.AtlassianCoreException
        Deprecated.
        Specified by:
        setLong in interface Preferences
        Throws:
        com.atlassian.core.AtlassianCoreException
      • setString

        public void setString​(String key,
                              String value)
                       throws com.atlassian.core.AtlassianCoreException
        Deprecated.
        Specified by:
        setString in interface Preferences
        Throws:
        com.atlassian.core.AtlassianCoreException
      • setBoolean

        public void setBoolean​(String key,
                               boolean b)
                        throws com.atlassian.core.AtlassianCoreException
        Deprecated.
        Specified by:
        setBoolean in interface Preferences
        Throws:
        com.atlassian.core.AtlassianCoreException
      • remove

        public void remove​(String key)
                    throws com.atlassian.core.AtlassianCoreException
        Deprecated.
        Specified by:
        remove in interface Preferences
        Throws:
        com.atlassian.core.AtlassianCoreException