|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PluginStateStore
A wrapper object that the user implements to store the state of plugins.
| 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. |
| Method Detail |
|---|
void savePluginState(PluginManagerState state)
Callers should only pass in values for those plugins or modules that are not in their default state.
state - the map of plugin and module activation statesPluginManagerState loadPluginState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||