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 -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.plugin.manager.PluginPersistentState
load()
void
save
(com.atlassian.plugin.manager.PluginPersistentState state) void
setBandanaManager
(BandanaManager bandanaManager)
-
Constructor Details
-
BandanaPluginStateStore
public BandanaPluginStateStore()
-
-
Method Details
-
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
-
setBandanaManager
-