com.atlassian.confluence.plugin
Class EmptyPluginStateStore

java.lang.Object
  extended by com.atlassian.confluence.plugin.EmptyPluginStateStore
All Implemented Interfaces:
PluginPersistentStateStore

public class EmptyPluginStateStore
extends Object
implements PluginPersistentStateStore

This class is used during bootstrap, and contains no configuration -- all plugins will be in their default state.


Constructor Summary
EmptyPluginStateStore()
           
 
Method Summary
 PluginPersistentState load()
           
 void save(PluginPersistentState state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyPluginStateStore

public EmptyPluginStateStore()
Method Detail

save

public void save(PluginPersistentState state)
Specified by:
save in interface PluginPersistentStateStore

load

public PluginPersistentState load()
Specified by:
load in interface PluginPersistentStateStore


Confluence is developed by Atlassian.