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

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

See:
          Description

Class Summary
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.
 

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

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

Since:
2.2.0


Copyright © 2013 Atlassian. All Rights Reserved.