| 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.
|
| com.atlassian.plugin.osgi.factory.transform.model |
| 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 | Method and Description |
|---|---|
SystemExports |
TransformContext.getSystemExports() |
| Constructor and Description |
|---|
DefaultPluginTransformer(OsgiPersistentCache cache,
SystemExports systemExports,
Set<Application> applications,
String pluginDescriptorPath,
OsgiContainerManager osgiContainerManager)
Constructs a transformer with the default stages
|
DefaultPluginTransformer(OsgiPersistentCache cache,
SystemExports systemExports,
Set<Application> applications,
String pluginDescriptorPath,
OsgiContainerManager osgiContainerManager,
List<TransformStage> stages)
Constructs a transformer and its stages
|
TransformContext(List<HostComponentRegistration> regs,
SystemExports systemExports,
PluginArtifact pluginArtifact,
Set<Application> applications,
String descriptorPath,
OsgiContainerManager osgiContainerManager) |
| Modifier and Type | Field and Description |
|---|---|
static SystemExports |
SystemExports.NONE |
Copyright © 2018 Atlassian. All rights reserved.