|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OsgiPersistentCache | |
|---|---|
| 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.osgi.container.felix |
|---|
| Constructors in com.atlassian.plugin.osgi.container.felix with parameters of type OsgiPersistentCache | |
|---|---|
FelixOsgiContainerManager(File frameworkBundlesDirectory,
OsgiPersistentCache persistentCache,
PackageScannerConfiguration packageScannerConfig,
HostComponentProvider provider,
PluginEventManager eventManager)
Constructs the container manager. |
|
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,
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 |
|---|
| Methods in com.atlassian.plugin.osgi.factory with parameters of type OsgiPersistentCache | |
|---|---|
PluginTransformer |
OsgiPluginFactory.PluginTransformerFactory.newPluginTransformer(OsgiPersistentCache cache,
SystemExports systemExports,
Set<Application> applicationKeys,
String pluginDescriptorPath,
OsgiContainerManager osgi)
|
PluginTransformer |
OsgiPluginFactory.DefaultPluginTransformerFactory.newPluginTransformer(OsgiPersistentCache cache,
SystemExports systemExports,
Set<Application> applicationKeys,
String pluginDescriptorPath,
OsgiContainerManager osgi)
|
| Constructors in com.atlassian.plugin.osgi.factory with parameters of type OsgiPersistentCache | |
|---|---|
OsgiPluginFactory(String pluginDescriptorFileName,
Set<Application> applications,
OsgiPersistentCache persistentCache,
OsgiContainerManager osgi,
PluginEventManager pluginEventManager)
Default constructor |
|
OsgiPluginFactory(String pluginDescriptorFileName,
Set<Application> applications,
OsgiPersistentCache persistentCache,
OsgiContainerManager osgi,
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.factory.transform |
|---|
| Constructors in com.atlassian.plugin.osgi.factory.transform with parameters of type OsgiPersistentCache | |
|---|---|
DefaultPluginTransformer(OsgiPersistentCache cache,
SystemExports systemExports,
Set<Application> applications,
String pluginDescriptorPath,
OsgiContainerManager osgiContainerManager)
Constructs a transformer with the default stages |
|
DefaultPluginTransformer(OsgiPersistentCache cache,
SystemExports systemExports,
Set<Application> applications,
String pluginDescriptorPath,
OsgiContainerManager osgiContainerManager,
List<TransformStage> stages)
Constructs a transformer and its stages |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||