Uses of Class
com.atlassian.plugin.osgi.factory.transform.model.SystemExports
Packages that use SystemExports
Package
Description
Deployers for OSGi-related plugins
-
Uses of SystemExports in com.atlassian.plugin.osgi.factory
Methods in com.atlassian.plugin.osgi.factory with parameters of type SystemExportsModifier and TypeMethodDescriptionOsgiPluginFactory.DefaultPluginTransformerFactory.newPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applicationKeys, String pluginDescriptorPath, OsgiContainerManager osgi) OsgiPluginFactory.PluginTransformerFactory.newPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applicationKeys, String pluginDescriptorPath, OsgiContainerManager osgi) -
Uses of SystemExports in com.atlassian.plugin.osgi.factory.transform.model
Fields in com.atlassian.plugin.osgi.factory.transform.model declared as SystemExports -
Uses of SystemExports in com.atlassian.plugin.osgi.internal.factory.transform
Methods in com.atlassian.plugin.osgi.internal.factory.transform that return SystemExportsConstructors in com.atlassian.plugin.osgi.internal.factory.transform with parameters of type SystemExportsModifierConstructorDescriptionDefaultPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applications, String pluginDescriptorPath, OsgiContainerManager osgiContainerManager) Constructs a transformer with the default stagesDefaultPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applications, String pluginDescriptorPath, OsgiContainerManager osgiContainerManager, List<TransformStage> stages) Constructs a transformer and its stagesTransformContext(List<HostComponentRegistration> regs, SystemExports systemExports, PluginArtifact pluginArtifact, Set<Application> applications, String descriptorPath, OsgiContainerManager osgiContainerManager)