Interface BandanaManagerInternal

All Superinterfaces:
BandanaManager
All Known Implementing Classes:
DefaultBandanaManager

@Deprecated public interface BandanaManagerInternal extends BandanaManager
Deprecated.
since 9.4, for removal in 11.0. Migrate to an alternative such as PluginSettingsFactory.
  • Method Details

    • setValue

      @Deprecated void setValue(BandanaContext context, String key, Object value)
      Deprecated.
      since 9.4, use PluginSettings.put(java.lang.String, java.lang.Object) instead.
      Set a configuration object with the given context.
      Specified by:
      setValue in interface BandanaManager
      Parameters:
      context - The context to store this value in
      key - The key of the object
      value - The value to be stored
    • removeValue

      @Deprecated void removeValue(BandanaContext context, String key)
      Deprecated.
      since 9.4, use PluginSettings.remove(java.lang.String) instead.
      Remove the configuration object, using the given context. Will modify other contexts.
      Specified by:
      removeValue in interface BandanaManager
      Parameters:
      context - the context to look in
      key - the key of the configuration object