package

com.atlassian.plugin.osgi.factory.transform.stage

Jar transformation stages that convert a plain JAR into an OSGi bundle

Classes

AddBundleOverridesStage Adds bundle instruction overrides from the plugin descriptor to be later used in the manifest generation process. 
ComponentImportSpringStage Transforms component imports into a Spring XML file 
ComponentSpringStage Transforms component tags in the plugin descriptor into the appropriate spring XML configuration file 
GenerateManifestStage Generates an OSGi manifest if not already defined. 
HostComponentSpringStage  
ModuleTypeSpringStage Transforms module-type elements into the appropriate Spring XML configuration file 
ScanDescriptorForHostClassesStage Scans the plugin descriptor for any "class" attribute, and ensures that it will be imported, if appropriate. 
ScanInnerJarsStage The stages which scan for inner jars in attempt to create bundle classpath.