Uses of Interface
com.atlassian.plugin.osgi.factory.transform.TransformStage

Packages that use TransformStage
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 TransformStage in com.atlassian.plugin.osgi.factory.transform
 

Constructor parameters in com.atlassian.plugin.osgi.factory.transform with type arguments of type TransformStage
DefaultPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<String> applicationKeys, String pluginDescriptorPath, OsgiContainerManager osgiContainerManager, List<TransformStage> stages)
          Constructs a transformer and its stages
 

Uses of TransformStage in com.atlassian.plugin.osgi.factory.transform.stage
 

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



Copyright © 2010 Atlassian. All Rights Reserved.