Uses of Interface
com.atlassian.plugin.osgi.container.OsgiContainerManager

Packages that use OsgiContainerManager
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 OsgiContainerManager in com.atlassian.plugin.osgi.container.felix
 

Classes in com.atlassian.plugin.osgi.container.felix that implement OsgiContainerManager
 class FelixOsgiContainerManager
          Felix implementation of the OSGi container manager
 

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

Constructors in com.atlassian.plugin.osgi.loader with parameters of type OsgiContainerManager
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.