|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OsgiContainerManager | |
|---|---|
| com.atlassian.plugin.main | Main interface to the plugins framework providing a facade to hide the unnecessary internals. |
| com.atlassian.plugin.osgi.container | Classes to manage interactions with an OSGi container |
| com.atlassian.plugin.osgi.container.felix | Classes to manage interactions with the Apache Felix container |
| com.atlassian.plugin.osgi.factory | Deployers for OSGi-related plugins |
| com.atlassian.plugin.osgi.factory.transform | Classes for transforming legacy plugin jars into proper OSGi bundles. |
| Uses of OsgiContainerManager in com.atlassian.plugin.main |
|---|
| Methods in com.atlassian.plugin.main that return OsgiContainerManager | |
|---|---|
OsgiContainerManager |
AtlassianPlugins.getOsgiContainerManager()
|
| Uses of OsgiContainerManager in com.atlassian.plugin.osgi.container |
|---|
| Methods in com.atlassian.plugin.osgi.container that return OsgiContainerManager | |
|---|---|
OsgiContainerManager |
OsgiContainerStartedEvent.getOsgiContainerManager()
|
OsgiContainerManager |
OsgiContainerStoppedEvent.getOsgiContainerManager()
|
| Constructors in com.atlassian.plugin.osgi.container with parameters of type OsgiContainerManager | |
|---|---|
OsgiContainerStartedEvent(OsgiContainerManager osgiContainerManager)
|
|
OsgiContainerStoppedEvent(OsgiContainerManager osgiContainerManager)
|
|
| Uses of OsgiContainerManager in com.atlassian.plugin.osgi.container.felix |
|---|
| Classes in com.atlassian.plugin.osgi.container.felix that implement OsgiContainerManager | |
|---|---|
class |
FelixOsgiContainerManager
Felix implementation of the OSGi container manager |
| Uses of OsgiContainerManager in com.atlassian.plugin.osgi.factory |
|---|
| Constructors in com.atlassian.plugin.osgi.factory with parameters of type OsgiContainerManager | |
|---|---|
OsgiBundleFactory(OsgiContainerManager osgi,
PluginEventManager pluginEventManager)
|
|
OsgiBundleFactory(String pluginDescriptorFileName,
OsgiContainerManager osgi,
PluginEventManager pluginEventManager)
|
|
OsgiPlugin(String key,
OsgiContainerManager mgr,
PluginArtifact artifact,
PluginEventManager pluginEventManager)
|
|
OsgiPluginFactory(String pluginDescriptorFileName,
Set<String> applicationKeys,
OsgiPersistentCache persistentCache,
OsgiContainerManager osgi,
PluginEventManager pluginEventManager)
|
|
OsgiPluginFactory(String pluginDescriptorFileName,
String applicationKey,
OsgiPersistentCache persistentCache,
OsgiContainerManager osgi,
PluginEventManager pluginEventManager)
|
|
| Uses of OsgiContainerManager in com.atlassian.plugin.osgi.factory.transform |
|---|
| Methods in com.atlassian.plugin.osgi.factory.transform that return OsgiContainerManager | |
|---|---|
OsgiContainerManager |
TransformContext.getOsgiContainerManager()
|
| Constructors in com.atlassian.plugin.osgi.factory.transform with parameters of type OsgiContainerManager | |
|---|---|
DefaultPluginTransformer(OsgiPersistentCache cache,
SystemExports systemExports,
Set<String> applicationKeys,
String pluginDescriptorPath,
OsgiContainerManager osgiContainerManager)
Constructs a transformer with the default stages |
|
DefaultPluginTransformer(OsgiPersistentCache cache,
SystemExports systemExports,
Set<String> applicationKeys,
String pluginDescriptorPath,
OsgiContainerManager osgiContainerManager,
List<TransformStage> stages)
Constructs a transformer and its stages |
|
TransformContext(List<HostComponentRegistration> regs,
SystemExports systemExports,
PluginArtifact pluginArtifact,
Set<String> applicationKeys,
String descriptorPath,
OsgiContainerManager osgiContainerManager)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||