|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PluginController | |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.event.events | This package contains events that will be fired by the framework. |
| com.atlassian.plugin.main | Main interface to the plugins framework providing a facade to hide the unnecessary internals. |
| com.atlassian.plugin.manager | |
| Uses of PluginController in com.atlassian.plugin |
|---|
| Subinterfaces of PluginController in com.atlassian.plugin | |
|---|---|
interface |
PluginManager
Deprecated. since 2006-09-26 the preferred technique is to use the interfaces that this on e extends directly. |
| Uses of PluginController in com.atlassian.plugin.event.events |
|---|
| Methods in com.atlassian.plugin.event.events that return PluginController | |
|---|---|
PluginController |
PluginFrameworkShutdownEvent.getPluginController()
|
PluginController |
PluginFrameworkWarmRestartedEvent.getPluginController()
|
PluginController |
PluginFrameworkStartingEvent.getPluginController()
|
PluginController |
PluginFrameworkStartedEvent.getPluginController()
|
PluginController |
PluginFrameworkWarmRestartingEvent.getPluginController()
|
| Constructors in com.atlassian.plugin.event.events with parameters of type PluginController | |
|---|---|
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)
|
|
| Uses of PluginController in com.atlassian.plugin.main |
|---|
| Methods in com.atlassian.plugin.main that return PluginController | |
|---|---|
PluginController |
AtlassianPlugins.getPluginController()
|
| Constructors in com.atlassian.plugin.main with parameters of type PluginController | |
|---|---|
HotDeployer(PluginController pluginController,
long period)
|
|
| Uses of PluginController in com.atlassian.plugin.manager |
|---|
| Classes in com.atlassian.plugin.manager that implement PluginController | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||