com.atlassian.plugin.osgi.factory.transform
Interface PluginTransformer

All Known Implementing Classes:
DefaultPluginTransformer

public interface PluginTransformer

Transforms a plugin jar into a proper OSGi bundle


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

Method Detail

transform

File transform(PluginArtifact pluginArtifact,
               List<HostComponentRegistration> regs)
               throws PluginTransformationException
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
Since:
2.2.0


Copyright © 2012 Atlassian. All Rights Reserved.