public interface

PluginTransformer

com.atlassian.plugin.osgi.factory.transform.PluginTransformer
Known Indirect Subclasses

Class Overview

Transforms a plugin jar into a proper OSGi bundle

Summary

Public Methods
File transform(PluginArtifact pluginArtifact, List<HostComponentRegistration> regs)
Transforms a plugin artifact into a proper OSGi bundle

Public Methods

public File transform (PluginArtifact pluginArtifact, List<HostComponentRegistration> regs)

Transforms a plugin artifact into a proper OSGi bundle

Parameters
pluginArtifact The plugin artifact
regs The list of registered host components
Returns
  • The transformed OSGi bundle
Throws
PluginTransformationException If anything goes wrong