|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.manager.store.MemoryPluginPersistentStateStore
public class MemoryPluginPersistentStateStore
A basic plugin state store that stores state in memory. Not recommended for production use.
| Constructor Summary | |
|---|---|
MemoryPluginPersistentStateStore()
|
|
| Method Summary | |
|---|---|
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 MemoryPluginPersistentStateStore()
| Method Detail |
|---|
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 | |||||||||