|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransformStage
Performs a stage in the transformation from a JAR to an OSGi bundle
| Method Summary | |
|---|---|
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 TransformContext.trackBean(String, String) whenever a new bean id or name or alias is created. |
| Method Detail |
|---|
void execute(TransformContext context)
throws PluginTransformationException
TransformContext.trackBean(String, String) whenever a new bean id or name or alias is created.
context - The transform context to operate on
PluginTransformationException - If the stage cannot be performed and the whole operation should be aborted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||