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.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.loader.transform Classes for transforming legacy plugin jars into proper OSGi bundles. 
 

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

Methods in com.atlassian.plugin.osgi.container that return types with arguments of type HostComponentRegistration
 java.util.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
 java.util.List<HostComponentRegistration> FelixOsgiContainerManager.getHostComponentRegistrations()
           
 

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
 java.util.List<HostComponentRegistration> DefaultComponentRegistrar.getRegistry()
           
 

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

Method parameters in com.atlassian.plugin.osgi.loader.transform with type arguments of type HostComponentRegistration
 java.io.File PluginTransformer.transform(java.io.File pluginJar, java.util.List<HostComponentRegistration> regs)
          Transforms a plugin jar into a proper OSGi bundle
 java.io.File DefaultPluginTransformer.transform(java.io.File pluginJar, java.util.List<HostComponentRegistration> regs)
          Transforms the file into an OSGi bundle
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.