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
transform
java.io.File transform(PluginArtifact pluginArtifact,
java.util.List<HostComponentRegistration> regs)
throws PluginTransformationException
- Transforms a plugin artifact into a proper OSGi bundle
- Parameters:
pluginArtifact - The plugin artifactregs - 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.