Uses of Interface
com.atlassian.plugin.manager.PluginPersistentStateStore

Packages that use PluginPersistentStateStore
com.atlassian.plugin   
com.atlassian.plugin.manager   
com.atlassian.plugin.manager.store   
 

Uses of PluginPersistentStateStore in com.atlassian.plugin
 

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

Uses of PluginPersistentStateStore in com.atlassian.plugin.manager
 

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

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

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

Uses of PluginPersistentStateStore in com.atlassian.plugin.manager.store
 

Classes in com.atlassian.plugin.manager.store that implement PluginPersistentStateStore
 class MemoryPluginPersistentStateStore
          A basic plugin state store that stores state in memory.
 



Copyright © 2009 Atlassian. All Rights Reserved.