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

Packages that use OsgiPersistentCache
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 
com.atlassian.plugin.osgi.container.impl   
com.atlassian.plugin.osgi.factory Deployers for OSGi-related plugins 
com.atlassian.plugin.osgi.factory.transform Classes for transforming legacy plugin jars into proper OSGi bundles. 
 

Uses of OsgiPersistentCache in com.atlassian.plugin.main
 

Methods in com.atlassian.plugin.main that return OsgiPersistentCache
 OsgiPersistentCache PluginsConfiguration.getOsgiPersistentCache()
           
 

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

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

Uses of OsgiPersistentCache in com.atlassian.plugin.osgi.container.impl
 

Classes in com.atlassian.plugin.osgi.container.impl that implement OsgiPersistentCache
 class DefaultOsgiPersistentCache
          Default implementation of persistent cache.
 

Uses of OsgiPersistentCache in com.atlassian.plugin.osgi.factory
 

Constructors in com.atlassian.plugin.osgi.factory with parameters of type OsgiPersistentCache
OsgiPluginFactory(java.lang.String pluginDescriptorFileName, java.util.Set<java.lang.String> applicationKeys, OsgiPersistentCache persistentCache, OsgiContainerManager osgi, PluginEventManager pluginEventManager)
           
OsgiPluginFactory(java.lang.String pluginDescriptorFileName, java.lang.String applicationKey, OsgiPersistentCache persistentCache, OsgiContainerManager osgi, PluginEventManager pluginEventManager)
           
 

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

Constructors in com.atlassian.plugin.osgi.factory.transform with parameters of type OsgiPersistentCache
DefaultPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, java.util.Set<java.lang.String> applicationKeys, java.lang.String pluginDescriptorPath)
          Constructs a transformer with the default stages
DefaultPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, java.util.Set<java.lang.String> applicationKeys, java.lang.String pluginDescriptorPath, java.util.List<TransformStage> stages)
          Constructs a transformer and its stages
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.