public class

AddBundleOverridesStage

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

Class Overview

Adds bundle instruction overrides from the plugin descriptor to be later used in the manifest generation process.

Summary

Public Constructors
AddBundleOverridesStage()
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

Public Constructors

public AddBundleOverridesStage ()

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