Uses of Interface
com.atlassian.plugin.PluginStateStore

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

Uses of PluginStateStore in com.atlassian.plugin
 

Methods in com.atlassian.plugin that return PluginStateStore
protected  PluginStateStore DefaultPluginManager.getStore()
           
 

Methods in com.atlassian.plugin with parameters of type PluginStateStore
protected  void DefaultPluginManager.disablePluginModuleState(ModuleDescriptor module, PluginStateStore stateStore)
           
protected  void DefaultPluginManager.disablePluginState(Plugin plugin, PluginStateStore stateStore)
           
protected  void DefaultPluginManager.enablePluginModuleState(ModuleDescriptor module, PluginStateStore stateStore)
           
protected  void DefaultPluginManager.enablePluginState(Plugin plugin, PluginStateStore stateStore)
           
protected  void DefaultPluginManager.removeStateFromStore(PluginStateStore stateStore, Plugin plugin)
           
 

Constructors in com.atlassian.plugin with parameters of type PluginStateStore
DefaultPluginManager(PluginStateStore store, java.util.List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager)
           
 

Uses of PluginStateStore in com.atlassian.plugin.store
 

Classes in com.atlassian.plugin.store that implement PluginStateStore
 class MemoryPluginStateStore
          A basic plugin state store that stores state in memory.
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.