public abstract class DelegatingPluginPersistentStateStore extends Object implements PluginPersistentStateStore
PluginPersistentStateStore.| Constructor and Description |
|---|
DelegatingPluginPersistentStateStore() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public DelegatingPluginPersistentStateStore()
public abstract PluginPersistentStateStore getDelegate()
PluginPersistentStateStore to delegate calls to, must not be null.public void save(PluginPersistentState state)
PluginPersistentStateStoresave in interface PluginPersistentStateStorestate - the map of plugin and module activation statespublic PluginPersistentState load()
PluginPersistentStateStoreload in interface PluginPersistentStateStoreCopyright © 2019 Atlassian. All rights reserved.