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 java.lang.Object
- implements com.atlassian.plugin.manager.PluginPersistentStateStore
Stores PluginManagerState using Bandana.
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BandanaPluginStateStore
public BandanaPluginStateStore()
save
public void save(com.atlassian.plugin.manager.PluginPersistentState state)
- Specified by:
save
in interface com.atlassian.plugin.manager.PluginPersistentStateStore
load
public com.atlassian.plugin.manager.PluginPersistentState load()
- Specified by:
load
in interface com.atlassian.plugin.manager.PluginPersistentStateStore
getBandanaManager
public com.atlassian.bandana.BandanaManager getBandanaManager()
setBandanaManager
public void setBandanaManager(com.atlassian.bandana.BandanaManager bandanaManager)
Copyright © 2003-2014 Atlassian. All Rights Reserved.