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

Packages that use HostComponentProvider
com.atlassian.plugin.main Main interface to the plugins framework providing a facade to hide the unnecessary internals. 
com.atlassian.plugin.osgi.container.felix Classes to manage interactions with the Apache Felix container 
 

Uses of HostComponentProvider in com.atlassian.plugin.main
 

Methods in com.atlassian.plugin.main that return HostComponentProvider
 HostComponentProvider PluginsConfiguration.getHostComponentProvider()
           
 

Methods in com.atlassian.plugin.main with parameters of type HostComponentProvider
 PluginsConfigurationBuilder PluginsConfigurationBuilder.hostComponentProvider(HostComponentProvider hostComponentProvider)
          Sets the host component provider instance, used for registering application services as OSGi services so that they can be automatically available to plugins
 

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

Constructors in com.atlassian.plugin.osgi.container.felix with parameters of type HostComponentProvider
FelixOsgiContainerManager(File frameworkBundlesDir, PackageScannerConfiguration packageScannerConfig, HostComponentProvider provider, PluginEventManager eventManager)
          Deprecated. Since 2.2.0, use FelixOsgiContainerManager.FelixOsgiContainerManager(OsgiPersistentCache,PackageScannerConfiguration,HostComponentProvider,PluginEventManager) instead
FelixOsgiContainerManager(OsgiPersistentCache persistentCache, PackageScannerConfiguration packageScannerConfig, HostComponentProvider provider, PluginEventManager eventManager)
          Constructs the container manager using the framework bundles zip file located in this library
FelixOsgiContainerManager(URL frameworkBundlesZip, File frameworkBundlesDir, PackageScannerConfiguration packageScannerConfig, HostComponentProvider provider, PluginEventManager eventManager)
          Deprecated. Since 2.2.0, use FelixOsgiContainerManager.FelixOsgiContainerManager(URL, OsgiPersistentCache,PackageScannerConfiguration,HostComponentProvider,PluginEventManager) instead
FelixOsgiContainerManager(URL frameworkBundlesZip, OsgiPersistentCache persistentCache, PackageScannerConfiguration packageScannerConfig, HostComponentProvider provider, PluginEventManager eventManager)
          Constructs the container manager
 



Copyright © 2010 Atlassian. All Rights Reserved.