Uses of Class
com.atlassian.plugin.PluginManagerState

Packages that use PluginManagerState
com.atlassian.plugin   
com.atlassian.plugin.store   
 

Uses of PluginManagerState in com.atlassian.plugin
 

Methods in com.atlassian.plugin that return PluginManagerState
protected  PluginManagerState DefaultPluginManager.getState()
           
 PluginManagerState PluginStateStore.loadPluginState()
          Get the saved activation state of loaded plugins or modules.
 

Methods in com.atlassian.plugin with parameters of type PluginManagerState
 void PluginStateStore.savePluginState(PluginManagerState state)
          Put the current global state of plugin activation/deactivation into permanent storage.
 

Uses of PluginManagerState in com.atlassian.plugin.store
 

Methods in com.atlassian.plugin.store that return PluginManagerState
 PluginManagerState MemoryPluginStateStore.loadPluginState()
           
 

Methods in com.atlassian.plugin.store with parameters of type PluginManagerState
 void MemoryPluginStateStore.savePluginState(PluginManagerState state)
           
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.