Uses of Interface
com.atlassian.plugin.osgi.internal.factory.transform.TransformStage
Packages that use TransformStage
Package
Description
Jar transformation stages that convert a plain JAR into an OSGi bundle
-
Uses of TransformStage in com.atlassian.plugin.osgi.internal.factory.transform
Methods in com.atlassian.plugin.osgi.internal.factory.transform that return types with arguments of type TransformStageModifier and TypeMethodDescriptionstatic ArrayList<TransformStage>DefaultPluginTransformer.getDefaultTransformStages()Gets the default list of transform stages performed by the transformer.Constructor parameters in com.atlassian.plugin.osgi.internal.factory.transform with type arguments of type TransformStageModifierConstructorDescriptionDefaultPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applications, String pluginDescriptorPath, OsgiContainerManager osgiContainerManager, List<TransformStage> stages) Constructs a transformer and its stages -
Uses of TransformStage in com.atlassian.plugin.osgi.internal.factory.transform.stage
Classes in com.atlassian.plugin.osgi.internal.factory.transform.stage that implement TransformStageModifier and TypeClassDescriptionclassAdds bundle instruction overrides from the plugin descriptor to be later used in the manifest generation process.classTransforms component imports into a Spring XML fileclassTransforms component tags in the plugin descriptor into the appropriate spring XML configuration fileclassGenerates an OSGi manifest if not already defined.classclassTransforms module-type elements into the appropriate Spring XML configuration fileclassScans the plugin descriptor for any "class" attribute, and ensures that it will be imported, if appropriate.classThe stages which scan for inner jars in attempt to create bundle classpath.