Interface PluginTransformer
- All Known Implementing Classes:
DefaultPluginTransformer
public interface PluginTransformer
Transforms a plugin jar into a proper OSGi bundle
-
Method Summary
Modifier and TypeMethodDescriptiontransform(PluginArtifact pluginArtifact, List<HostComponentRegistration> regs) Transforms a plugin artifact into a proper OSGi bundle
-
Method Details
-
transform
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
-