Class BandanaPluginSettings

java.lang.Object
com.atlassian.confluence.impl.settings.BandanaPluginSettings
All Implemented Interfaces:
ExtendedPluginSettings, com.atlassian.sal.api.pluginsettings.PluginSettings

@Deprecated public class BandanaPluginSettings extends Object implements ExtendedPluginSettings
Deprecated.
since 10.0, only for use during early startup when upgrading from Confluence versions invalid input: '<'10.0. For deletion once support for upgrades from Confluence versions invalid input: '<'10.0 is dropped.
Since:
10.0
  • Constructor Details

  • Method Details

    • getKeys

      public Set<String> getKeys()
      Deprecated.
      Specified by:
      getKeys in interface ExtendedPluginSettings
      Returns:
      all keys in the namespace of this settings instance
    • put

      public Object put(String key, Object val)
      Deprecated.
      Specified by:
      put in interface com.atlassian.sal.api.pluginsettings.PluginSettings
    • get

      public Object get(String key)
      Deprecated.
      Specified by:
      get in interface com.atlassian.sal.api.pluginsettings.PluginSettings
    • remove

      public Object remove(String key)
      Deprecated.
      Specified by:
      remove in interface com.atlassian.sal.api.pluginsettings.PluginSettings
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object