public class

ScanInnerJarsStage

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

Class Overview

The stages which scan for inner jars in attempt to create bundle classpath.

Summary

Constants
String INNER_JARS_BASE_LOCATION
Public Constructors
ScanInnerJarsStage()
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

protected static final String INNER_JARS_BASE_LOCATION

Constant Value: "META-INF/lib/"

Public Constructors

public ScanInnerJarsStage ()

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