Uses of Interface
com.atlassian.plugin.osgi.hostcomponents.HostComponentRegistration

Packages that use HostComponentRegistration
com.atlassian.plugin.osgi.container Classes to manage interactions with an OSGi container 
com.atlassian.plugin.osgi.container.felix Classes to manage interactions with the Apache Felix container 
com.atlassian.plugin.osgi.factory.transform Classes for transforming legacy plugin jars into proper OSGi bundles. 
com.atlassian.plugin.osgi.hostcomponents.impl Default implementation of the host component registration system that collects host components and registers them into an OSGi service registry. 
com.atlassian.plugin.osgi.util Utility methods for OSGi operations 
 

Uses of HostComponentRegistration in com.atlassian.plugin.osgi.container
 

Methods in com.atlassian.plugin.osgi.container that return types with arguments of type HostComponentRegistration
 List<HostComponentRegistration> OsgiContainerManager.getHostComponentRegistrations()
          Gets a list of host component registrations
 

Uses of HostComponentRegistration in com.atlassian.plugin.osgi.container.felix
 

Methods in com.atlassian.plugin.osgi.container.felix that return types with arguments of type HostComponentRegistration
 List<HostComponentRegistration> FelixOsgiContainerManager.getHostComponentRegistrations()
           
 

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

Methods in com.atlassian.plugin.osgi.factory.transform that return types with arguments of type HostComponentRegistration
 List<HostComponentRegistration> TransformContext.getHostComponentRegistrations()
           
 Set<HostComponentRegistration> TransformContext.getRequiredHostComponents()
           
 

Methods in com.atlassian.plugin.osgi.factory.transform with parameters of type HostComponentRegistration
 void TransformContext.addRequiredHostComponent(HostComponentRegistration hostComponent)
           
 

Method parameters in com.atlassian.plugin.osgi.factory.transform with type arguments of type HostComponentRegistration
 File DefaultPluginTransformer.transform(File pluginJar, List<HostComponentRegistration> regs)
          Transforms the file into an OSGi bundle
 File DefaultPluginTransformer.transform(PluginArtifact pluginArtifact, List<HostComponentRegistration> regs)
          Transforms the file into an OSGi bundle
 File PluginTransformer.transform(PluginArtifact pluginArtifact, List<HostComponentRegistration> regs)
          Transforms a plugin artifact into a proper OSGi bundle
 

Constructor parameters in com.atlassian.plugin.osgi.factory.transform with type arguments of type HostComponentRegistration
TransformContext(List<HostComponentRegistration> regs, SystemExports systemExports, PluginArtifact pluginArtifact, Set<String> applicationKeys, String descriptorPath, OsgiContainerManager osgiContainerManager)
           
 

Uses of HostComponentRegistration in com.atlassian.plugin.osgi.hostcomponents.impl
 

Methods in com.atlassian.plugin.osgi.hostcomponents.impl that return types with arguments of type HostComponentRegistration
 List<HostComponentRegistration> DefaultComponentRegistrar.getRegistry()
           
 

Uses of HostComponentRegistration in com.atlassian.plugin.osgi.util
 

Method parameters in com.atlassian.plugin.osgi.util with type arguments of type HostComponentRegistration
static String OsgiHeaderUtil.findReferredPackages(List<HostComponentRegistration> registrations)
          Finds all referred packages for host component registrations by scanning their declared interfaces' bytecode.
static String OsgiHeaderUtil.findReferredPackages(List<HostComponentRegistration> registrations, Map<String,String> packageVersions)
          Finds all referred packages for host component registrations by scanning their declared interfaces' bytecode.
 



Copyright © 2010 Atlassian. All Rights Reserved.