com.atlassian.plugin.osgi.factory.transform.stage
Class ModuleTypeSpringStage
java.lang.Object
com.atlassian.plugin.osgi.factory.transform.stage.ModuleTypeSpringStage
- All Implemented Interfaces:
- TransformStage
public class ModuleTypeSpringStage
- extends Object
- implements TransformStage
Transforms module-type elements into the appropriate Spring XML configuration file
- Since:
- 2.2.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BEAN_SOURCE
public static final String BEAN_SOURCE
- See Also:
- Constant Field Values
ModuleTypeSpringStage
public ModuleTypeSpringStage()
execute
public void execute(TransformContext context)
throws PluginTransformationException
- Description copied from interface:
TransformStage
- 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.
- Specified by:
execute in interface TransformStage
- Parameters:
context - The transform context to operate on
- Throws:
PluginTransformationException - If the stage cannot be performed and the whole operation should be aborted
Copyright © 2011 Atlassian. All Rights Reserved.