public interface

TransformStage

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

Class Overview

Performs a stage in the transformation from a JAR to an OSGi bundle

Summary

Public Methods
abstract void execute(TransformContext context)
Transforms the jar by operating on the context Any transformation stage that generates Spring beans must ensure no collision of bean ids or names or aliases by calling trackBean(String, String) whenever a new bean id or name or alias is created.

Public Methods

public abstract void execute (TransformContext context)

Transforms the jar by operating on the context Any transformation stage that generates Spring beans must ensure no collision of bean ids or names or aliases by calling trackBean(String, String) whenever a new bean id or name or alias is created.

Parameters
context The transform context to operate on
Throws
PluginTransformationException If the stage cannot be performed and the whole operation should be aborted