public class MemoryPluginPersistentStateStore extends Object implements PluginPersistentStateStore
| Constructor and Description |
|---|
MemoryPluginPersistentStateStore() |
| Modifier and Type | Method and Description |
|---|---|
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 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()
PluginPersistentStateStoreload in interface PluginPersistentStateStoreCopyright © 2014 Atlassian. All rights reserved.