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.BandanaManagergetBandanaManager()com.atlassian.plugin.manager.PluginPersistentStateload()voidsave(com.atlassian.plugin.manager.PluginPersistentState state)voidsetBandanaManager(com.atlassian.bandana.BandanaManager bandanaManager)
-
-
-
Method Detail
-
save
public void save(com.atlassian.plugin.manager.PluginPersistentState state)
- Specified by:
savein interfacecom.atlassian.plugin.manager.PluginPersistentStateStore
-
load
public com.atlassian.plugin.manager.PluginPersistentState load()
- Specified by:
loadin interfacecom.atlassian.plugin.manager.PluginPersistentStateStore
-
getBandanaManager
public com.atlassian.bandana.BandanaManager getBandanaManager()
-
setBandanaManager
public void setBandanaManager(com.atlassian.bandana.BandanaManager bandanaManager)
-
-