| Package | Description |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.event.events |
This package contains events that will be fired by the framework.
|
| com.atlassian.plugin.manager |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PluginManager
Deprecated.
since 2006-09-26 the preferred technique is to use the interfaces that this on e extends directly.
|
| Modifier and Type | Method and Description |
|---|---|
PluginController |
PluginFrameworkStartingEvent.getPluginController() |
PluginController |
PluginFrameworkWarmRestartingEvent.getPluginController() |
PluginController |
PluginFrameworkStartedEvent.getPluginController() |
PluginController |
PluginFrameworkWarmRestartedEvent.getPluginController() |
PluginController |
PluginFrameworkShutdownEvent.getPluginController() |
| Constructor and Description |
|---|
PluginFrameworkShutdownEvent(PluginController pluginController,
PluginAccessor pluginAccessor) |
PluginFrameworkStartedEvent(PluginController pluginController,
PluginAccessor pluginAccessor) |
PluginFrameworkStartingEvent(PluginController pluginController,
PluginAccessor pluginAccessor) |
PluginFrameworkWarmRestartedEvent(PluginController pluginController,
PluginAccessor pluginAccessor) |
PluginFrameworkWarmRestartingEvent(PluginController pluginController,
PluginAccessor pluginAccessor) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPluginManager
This implementation delegates the initiation and classloading of plugins to a
list of
PluginLoaders and records the
state of plugins in a
PluginPersistentStateStore. |
Copyright © 2013 Atlassian. All Rights Reserved.