|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.refimpl.DefaultPluginPersistentStateStore
public class DefaultPluginPersistentStateStore
| Constructor Summary | |
|---|---|
DefaultPluginPersistentStateStore(java.io.File directory)
|
|
| 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 DefaultPluginPersistentStateStore(java.io.File directory)
| Method Detail |
|---|
public PluginPersistentState load()
PluginPersistentStateStore
load in interface PluginPersistentStateStorepublic 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 states
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||