Package com.atlassian.confluence.plugin
Class BandanaPluginStateStore
- java.lang.Object
-
- com.atlassian.confluence.plugin.BandanaPluginStateStore
-
- All Implemented Interfaces:
com.atlassian.plugin.manager.PluginPersistentStateStore
public class BandanaPluginStateStore extends Object implements com.atlassian.plugin.manager.PluginPersistentStateStore
Stores PluginManagerState using Bandana.
-
-
Constructor Summary
Constructors Constructor Description BandanaPluginStateStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.bandana.BandanaManager
getBandanaManager()
com.atlassian.plugin.manager.PluginPersistentState
load()
void
save(com.atlassian.plugin.manager.PluginPersistentState state)
void
setBandanaManager(com.atlassian.bandana.BandanaManager bandanaManager)
-
-
-
Method Detail
-
save
public void save(com.atlassian.plugin.manager.PluginPersistentState state)
- Specified by:
save
in interfacecom.atlassian.plugin.manager.PluginPersistentStateStore
-
load
public com.atlassian.plugin.manager.PluginPersistentState load()
- Specified by:
load
in interfacecom.atlassian.plugin.manager.PluginPersistentStateStore
-
getBandanaManager
public com.atlassian.bandana.BandanaManager getBandanaManager()
-
setBandanaManager
public void setBandanaManager(com.atlassian.bandana.BandanaManager bandanaManager)
-
-