public class

ScanDescriptorForHostClassesStage

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

Class Overview

Scans the plugin descriptor for any "class" attribute, and ensures that it will be imported, if appropriate.

Summary

Public Constructors
ScanDescriptorForHostClassesStage()
Public Methods
void execute(TransformContext context)
Transforms the jar by operating on the context
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.plugin.osgi.factory.transform.TransformStage

Public Constructors

public ScanDescriptorForHostClassesStage ()

Public Methods

public void execute (TransformContext context)

Transforms the jar by operating on the context

Parameters
context The transform context to operate on