Uses of Class
com.atlassian.plugin.osgi.factory.transform.model.SystemExports

Packages that use SystemExports
com.atlassian.plugin.osgi.factory Deployers for OSGi-related plugins 
com.atlassian.plugin.osgi.factory.transform Classes for transforming legacy plugin jars into proper OSGi bundles. 
com.atlassian.plugin.osgi.factory.transform.model   
 

Uses of SystemExports in com.atlassian.plugin.osgi.factory
 

Methods in com.atlassian.plugin.osgi.factory with parameters of type SystemExports
 PluginTransformer OsgiPluginFactory.PluginTransformerFactory.newPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applicationKeys, String pluginDescriptorPath, OsgiContainerManager osgi)
           
 PluginTransformer OsgiPluginFactory.DefaultPluginTransformerFactory.newPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applicationKeys, String pluginDescriptorPath, OsgiContainerManager osgi)
           
 

Uses of SystemExports in com.atlassian.plugin.osgi.factory.transform
 

Methods in com.atlassian.plugin.osgi.factory.transform that return SystemExports
 SystemExports TransformContext.getSystemExports()
           
 

Constructors in com.atlassian.plugin.osgi.factory.transform with parameters of type SystemExports
DefaultPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applications, String pluginDescriptorPath, OsgiContainerManager osgiContainerManager)
          Constructs a transformer with the default stages
DefaultPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applications, String pluginDescriptorPath, OsgiContainerManager osgiContainerManager, List<TransformStage> stages)
          Constructs a transformer and its stages
TransformContext(List<HostComponentRegistration> regs, SystemExports systemExports, PluginArtifact pluginArtifact, Set<Application> applications, String descriptorPath, OsgiContainerManager osgiContainerManager)
           
 

Uses of SystemExports in com.atlassian.plugin.osgi.factory.transform.model
 

Fields in com.atlassian.plugin.osgi.factory.transform.model declared as SystemExports
static SystemExports SystemExports.NONE
           
 



Copyright © 2015 Atlassian. All rights reserved.