Uses of Class
com.atlassian.plugin.osgi.internal.factory.transform.TransformContext
Packages that use TransformContext
Package
Description
Jar transformation stages that convert a plain JAR into an OSGi bundle
-
Uses of TransformContext in com.atlassian.plugin.osgi.internal.factory.transform
Methods in com.atlassian.plugin.osgi.internal.factory.transform with parameters of type TransformContextModifier and TypeMethodDescriptionvoidTransformStage.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 callingtrackBean(String, String)whenever a new bean id or name or alias is created. -
Uses of TransformContext in com.atlassian.plugin.osgi.internal.factory.transform.stage
Methods in com.atlassian.plugin.osgi.internal.factory.transform.stage with parameters of type TransformContextModifier and TypeMethodDescriptionvoidAddBundleOverridesStage.execute(TransformContext context) voidComponentImportSpringStage.execute(TransformContext context) voidComponentSpringStage.execute(TransformContext context) voidGenerateManifestStage.execute(TransformContext context) voidHostComponentSpringStage.execute(TransformContext context) voidModuleTypeSpringStage.execute(TransformContext context) voidScanDescriptorForHostClassesStage.execute(TransformContext context) voidScanInnerJarsStage.execute(TransformContext context)