| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
PluginTransformer |
OsgiPluginFactory.PluginTransformerFactory.newPluginTransformer(OsgiPersistentCache cache,
SystemExports systemExports,
Set<Application> applicationKeys,
String pluginDescriptorPath,
OsgiContainerManager osgi) |
PluginTransformer |
OsgiPluginFactory.DefaultPluginTransformerFactory.newPluginTransformer(OsgiPersistentCache cache,
SystemExports systemExports,
Set<Application> applicationKeys,
String pluginDescriptorPath,
OsgiContainerManager osgi) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPluginTransformer
Default implementation of plugin transformation that uses stages to convert a plain JAR into an OSGi bundle.
|
Copyright © 2018 Atlassian. All rights reserved.