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

Packages that use HostComponentProvider
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.loader Plugin loader classes to support OSGi-based plugins 
 

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

Methods in com.atlassian.plugin.osgi.container with parameters of type HostComponentProvider
 void OsgiContainerManager.reloadHostComponents(HostComponentProvider provider)
          Reloads all host components used
 void OsgiContainerManager.start(HostComponentProvider provider)
          Starts the OSGi container
 

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

Methods in com.atlassian.plugin.osgi.container.felix with parameters of type HostComponentProvider
 void FelixOsgiContainerManager.reloadHostComponents(HostComponentProvider provider)
           
 void FelixOsgiContainerManager.start(HostComponentProvider provider)
           
 

Uses of HostComponentProvider in com.atlassian.plugin.osgi.loader
 

Constructors in com.atlassian.plugin.osgi.loader with parameters of type HostComponentProvider
BundledOsgiPluginLoader(java.io.File pluginPath, java.lang.String pluginDescriptorFileName, PluginFactory pluginFactory, OsgiContainerManager osgi, HostComponentProvider provider)
           
BundledOsgiPluginLoader(java.net.URL zipUrl, java.io.File pluginPath, java.lang.String pluginDescriptorFileName, PluginFactory pluginFactory, OsgiContainerManager osgi, HostComponentProvider provider)
          Constructs the loader, but also unzips the bundled plugins to the specified plugin directory
OsgiPluginLoader(java.io.File pluginPath, java.lang.String pluginDescriptorFileName, PluginFactory pluginFactory, OsgiContainerManager osgi, HostComponentProvider provider)
           
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.