|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.osgi.factory.transform.stage.ScanDescriptorForHostClassesStage
public class ScanDescriptorForHostClassesStage
Scans the plugin descriptor for any "class" attribute, and ensures that it will be imported, if appropriate.
| Constructor Summary | |
|---|---|
ScanDescriptorForHostClassesStage()
|
|
| Method Summary | |
|---|---|
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 TransformContext.trackBean(String, String) whenever a new bean id or name or alias is created. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScanDescriptorForHostClassesStage()
| Method Detail |
|---|
public void execute(TransformContext context)
throws PluginTransformationException
TransformStageTransformContext.trackBean(String, String) whenever a new bean id or name or alias is created.
execute in interface TransformStagecontext - The transform context to operate on
PluginTransformationException - If the stage cannot be performed and the whole operation should be aborted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||