|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.store.MemoryPluginStateStore
public class MemoryPluginStateStore
A basic plugin state store that stores state in memory. Not recommended for production use.
| Constructor Summary | |
|---|---|
MemoryPluginStateStore()
|
|
| Method Summary | |
|---|---|
PluginManagerState |
loadPluginState()
Get the saved activation state of loaded plugins or modules. |
void |
savePluginState(PluginManagerState 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 MemoryPluginStateStore()
| Method Detail |
|---|
public void savePluginState(PluginManagerState state)
PluginStateStoreCallers should only pass in values for those plugins or modules that are not in their default state.
savePluginState in interface PluginStateStorestate - the map of plugin and module activation statespublic PluginManagerState loadPluginState()
PluginStateStore
loadPluginState in interface PluginStateStore
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||