com.atlassian.confluence.plugin
Class EmptyPluginStateStore
java.lang.Object
com.atlassian.confluence.plugin.EmptyPluginStateStore
- All Implemented Interfaces:
- com.atlassian.plugin.manager.PluginPersistentStateStore
public class EmptyPluginStateStore
- extends Object
- implements com.atlassian.plugin.manager.PluginPersistentStateStore
This class is used during bootstrap, and contains no configuration -- all plugins will be in their default state.
Method Summary |
com.atlassian.plugin.manager.PluginPersistentState |
load()
|
void |
save(com.atlassian.plugin.manager.PluginPersistentState state)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyPluginStateStore
public EmptyPluginStateStore()
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