java.lang.Object
com.atlassian.plugin.osgi.internal.factory.transform.stage.ScanInnerJarsStage
All Implemented Interfaces:
TransformStage

public class ScanInnerJarsStage extends Object implements TransformStage
The stages which scan for inner jars in attempt to create bundle classpath.
Since:
2.6.0
  • Field Details

  • Constructor Details

    • ScanInnerJarsStage

      public ScanInnerJarsStage()
  • Method Details

    • execute

      public void execute(TransformContext context)
      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. Note: A transformation stage cannot retain any state as it is reused for all the plugins.
      Specified by:
      execute in interface TransformStage
      Parameters:
      context - The transform context to operate on