Uses of Interface
com.atlassian.plugin.osgi.container.OsgiPersistentCache
Packages that use OsgiPersistentCache
Package
Description
Classes to manage interactions with the Apache Felix container
Deployers for OSGi-related plugins
-
Uses of OsgiPersistentCache in com.atlassian.plugin.osgi.container.felix
Constructors in com.atlassian.plugin.osgi.container.felix with parameters of type OsgiPersistentCacheModifierConstructorDescriptionFelixOsgiContainerManager(File frameworkBundlesDirectory, OsgiPersistentCache persistentCache, PackageScannerConfiguration packageScannerConfig, HostComponentProvider provider, com.atlassian.plugin.event.PluginEventManager eventManager) Constructs the container manager.FelixOsgiContainerManager(URL frameworkBundlesZip, OsgiPersistentCache persistentCache, PackageScannerConfiguration packageScannerConfig, HostComponentProvider provider, com.atlassian.plugin.event.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 OsgiPersistentCacheModifier and TypeClassDescriptionclassDefault implementation of persistent cache. -
Uses of OsgiPersistentCache in com.atlassian.plugin.osgi.factory
Methods in com.atlassian.plugin.osgi.factory with parameters of type OsgiPersistentCacheModifier and TypeMethodDescriptionOsgiPluginFactory.DefaultPluginTransformerFactory.newPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applicationKeys, String pluginDescriptorPath, OsgiContainerManager osgi) OsgiPluginFactory.PluginTransformerFactory.newPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applicationKeys, String pluginDescriptorPath, OsgiContainerManager osgi) Constructors in com.atlassian.plugin.osgi.factory with parameters of type OsgiPersistentCacheModifierConstructorDescriptionOsgiPluginFactory(String pluginDescriptorFileName, Set<Application> applications, OsgiPersistentCache persistentCache, OsgiContainerManager osgi, com.atlassian.plugin.event.PluginEventManager pluginEventManager) Default constructorOsgiPluginFactory(String pluginDescriptorFileName, Set<Application> applications, OsgiPersistentCache persistentCache, OsgiContainerManager osgi, com.atlassian.plugin.event.PluginEventManager pluginEventManager, OsgiPluginFactory.PluginTransformerFactory pluginTransformerFactory) Constructor for implementations that want to override the DefaultPluginTransformer with a custom implementation -
Uses of OsgiPersistentCache in com.atlassian.plugin.osgi.internal.factory.transform
Constructors in com.atlassian.plugin.osgi.internal.factory.transform with parameters of type OsgiPersistentCacheModifierConstructorDescriptionDefaultPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applications, String pluginDescriptorPath, OsgiContainerManager osgiContainerManager) Constructs a transformer with the default stagesDefaultPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applications, String pluginDescriptorPath, OsgiContainerManager osgiContainerManager, List<TransformStage> stages) Constructs a transformer and its stages