Uses of Interface
com.atlassian.plugin.osgi.container.OsgiContainerManager
Packages that use OsgiContainerManager
Package
Description
Classes to manage interactions with an OSGi container
Classes to manage interactions with the Apache Felix container
Deployers for OSGi-related plugins
-
Uses of OsgiContainerManager in com.atlassian.plugin.osgi.container
Methods in com.atlassian.plugin.osgi.container that return OsgiContainerManagerModifier and TypeMethodDescriptionOsgiContainerStartedEvent.getOsgiContainerManager()OsgiContainerStoppedEvent.getOsgiContainerManager()Constructors in com.atlassian.plugin.osgi.container with parameters of type OsgiContainerManagerModifierConstructorDescriptionOsgiContainerStartedEvent(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 OsgiContainerManagerModifier and TypeClassDescriptionclassFelix implementation of the OSGi container manager -
Uses of OsgiContainerManager in com.atlassian.plugin.osgi.factory
Methods in com.atlassian.plugin.osgi.factory with parameters of type OsgiContainerManagerModifier and TypeMethodDescriptionOsgiPluginFactory.DefaultPluginTransformerFactory.newPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applicationKeys, String pluginDescriptorPath, OsgiContainerManager osgi) OsgiPluginFactory.PluginTransformerFactory.newPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applicationKeys, String pluginDescriptorPath, OsgiContainerManager osgi) Constructors in com.atlassian.plugin.osgi.factory with parameters of type OsgiContainerManagerModifierConstructorDescriptionOsgiBundleFactory(String pluginDescriptorFileName, OsgiContainerManager osgi) OsgiBundlePlugin(OsgiContainerManager osgiContainerManager, String pluginKey, PluginArtifact pluginArtifact) Create a plugin wrapper which installs the bundle when the plugin is installed.OsgiPlugin(String key, OsgiContainerManager mgr, PluginArtifact artifact, PluginArtifact originalPluginArtifact, com.atlassian.plugin.event.PluginEventManager pluginEventManager) OsgiPluginFactory(String pluginDescriptorFileName, Set<Application> applications, OsgiPersistentCache persistentCache, OsgiContainerManager osgi, com.atlassian.plugin.event.PluginEventManager pluginEventManager) Default constructorOsgiPluginFactory(String pluginDescriptorFileName, Set<Application> applications, OsgiPersistentCache persistentCache, OsgiContainerManager osgi, com.atlassian.plugin.event.PluginEventManager pluginEventManager, OsgiPluginFactory.PluginTransformerFactory pluginTransformerFactory) Constructor for implementations that want to override the DefaultPluginTransformer with a custom implementationRemotablePluginFactory(String pluginDescriptorFileName, Set<Application> applications, OsgiContainerManager osgi, com.atlassian.plugin.event.PluginEventManager pluginEventManager) Constructor for implementations that want to override the DefaultPluginTransformer with a custom implementation -
Uses of OsgiContainerManager in com.atlassian.plugin.osgi.internal.factory.transform
Methods in com.atlassian.plugin.osgi.internal.factory.transform that return OsgiContainerManagerConstructors in com.atlassian.plugin.osgi.internal.factory.transform with parameters of type OsgiContainerManagerModifierConstructorDescriptionDefaultPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applications, String pluginDescriptorPath, OsgiContainerManager osgiContainerManager) Constructs a transformer with the default stagesDefaultPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applications, String pluginDescriptorPath, OsgiContainerManager osgiContainerManager, List<TransformStage> stages) Constructs a transformer and its stagesTransformContext(List<HostComponentRegistration> regs, SystemExports systemExports, PluginArtifact pluginArtifact, Set<Application> applications, String descriptorPath, OsgiContainerManager osgiContainerManager)