public class

ModuleTypeSpringStage

extends Object
implements TransformStage
java.lang.Object
   ↳ com.atlassian.plugin.osgi.factory.transform.stage.ModuleTypeSpringStage

Class Overview

Transforms module-type elements into the appropriate Spring XML configuration file

Summary

Constants
String BEAN_SOURCE
Public Constructors
ModuleTypeSpringStage()
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.plugin.osgi.factory.transform.TransformStage

Constants

public static final String BEAN_SOURCE

Constant Value: "Module Type"

Public Constructors

public ModuleTypeSpringStage ()

Public Methods

public 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