| Interface | Description |
|---|---|
| ComponentManager.State |
The state of the
ComponentManager. |
| Class | Description |
|---|---|
| CachingMutablePicoContainer |
Wrapper around MutablePicoContainer which provides simple component caching.
|
| ComponentContainer |
Wraps a Pico container, adding various convenience methods and awareness of OSGi.
|
| ComponentManager |
Manages Jira's
ComponentContainer, which includes:
Creating it
Disposing of it
Re-creating it
Changing its ComponentContainer.ContainerLevel
It also provides lookup methods for obtaining components, such as ComponentManager.getComponent(Class). |
| PicoContainerFactory |
Factory methods for setting up Pico with behaviours desired in Jira.
|
| Enum | Description |
|---|---|
| ComponentContainer.ContainerLevel |
The possible levels of a
ComponentContainer. |
| ComponentManager.PluginSystemState | |
| ComponentManagerStateImpl |
An implementation of
ComponentManager.State interface |
Copyright © 2002-2019 Atlassian. All Rights Reserved.