| Package | Description |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.manager | |
| com.atlassian.plugin.manager.store |
| Constructor and Description |
|---|
DefaultPluginManager(PluginPersistentStateStore store,
java.util.List<PluginLoader> pluginLoaders,
ModuleDescriptorFactory moduleDescriptorFactory,
PluginEventManager pluginEventManager)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected PluginPersistentStateStore |
DefaultPluginManager.getStore() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
DefaultPluginManager(PluginPersistentStateStore store,
java.util.List<PluginLoader> pluginLoaders,
ModuleDescriptorFactory moduleDescriptorFactory,
PluginEventManager pluginEventManager) |
DefaultPluginManager(PluginPersistentStateStore store,
java.util.List<PluginLoader> pluginLoaders,
ModuleDescriptorFactory moduleDescriptorFactory,
PluginEventManager pluginEventManager,
boolean verifyRequiredPlugins) |
DefaultPluginManager(PluginPersistentStateStore store,
java.util.List<PluginLoader> pluginLoaders,
ModuleDescriptorFactory moduleDescriptorFactory,
PluginEventManager pluginEventManager,
PluginExceptionInterception pluginExceptionInterception) |
DefaultPluginManager(PluginPersistentStateStore store,
java.util.List<PluginLoader> pluginLoaders,
ModuleDescriptorFactory moduleDescriptorFactory,
PluginEventManager pluginEventManager,
PluginExceptionInterception pluginExceptionInterception,
boolean verifyRequiredPlugins) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryPluginPersistentStateStore
A basic plugin state store that stores state in memory.
|
Copyright © 2013 Atlassian. All Rights Reserved.