|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransformContext | |
|---|---|
| com.atlassian.plugin.osgi.factory.transform | Classes for transforming legacy plugin jars into proper OSGi bundles. |
| com.atlassian.plugin.osgi.factory.transform.stage | Jar transformation stages that convert a plain JAR into an OSGi bundle |
| Uses of TransformContext in com.atlassian.plugin.osgi.factory.transform |
|---|
| Methods in com.atlassian.plugin.osgi.factory.transform with parameters of type TransformContext | |
|---|---|
void |
TransformStage.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. |
| Uses of TransformContext in com.atlassian.plugin.osgi.factory.transform.stage |
|---|
| Methods in com.atlassian.plugin.osgi.factory.transform.stage with parameters of type TransformContext | |
|---|---|
void |
AddBundleOverridesStage.execute(TransformContext context)
|
void |
ComponentImportSpringStage.execute(TransformContext context)
|
void |
ComponentSpringStage.execute(TransformContext context)
|
void |
ScanDescriptorForHostClassesStage.execute(TransformContext context)
|
void |
GenerateManifestStage.execute(TransformContext context)
|
void |
HostComponentSpringStage.execute(TransformContext context)
|
void |
ScanInnerJarsStage.execute(TransformContext context)
|
void |
ModuleTypeSpringStage.execute(TransformContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||