|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.manager.store.DelegatingPluginPersistentStateStore
public abstract class DelegatingPluginPersistentStateStore
Delegating wrapper for PluginPersistentStateStore.
| Constructor Summary | |
|---|---|
DelegatingPluginPersistentStateStore()
|
|
| Method Summary | |
|---|---|
abstract PluginPersistentStateStore |
getDelegate()
Obtain the delegate to use for dispatching a request. |
PluginPersistentState |
load()
Get the saved activation state of loaded plugins or modules. |
void |
save(PluginPersistentState state)
Put the current global state of plugin activation/deactivation into permanent storage. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelegatingPluginPersistentStateStore()
| Method Detail |
|---|
public abstract PluginPersistentStateStore getDelegate()
PluginPersistentStateStore to delegate calls to, must not be null.public void save(PluginPersistentState state)
PluginPersistentStateStoreCallers should only pass in values for those plugins or modules that are not in their default state.
save in interface PluginPersistentStateStorestate - the map of plugin and module activation statespublic PluginPersistentState load()
PluginPersistentStateStore
load in interface PluginPersistentStateStore
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||