Uses of Interface
com.atlassian.plugin.osgi.container.PackageScannerConfiguration
Packages that use PackageScannerConfiguration
Package
Description
Classes to manage interactions with the Apache Felix container
-
Uses of PackageScannerConfiguration in com.atlassian.plugin.osgi.container.felix
Constructors in com.atlassian.plugin.osgi.container.felix with parameters of type PackageScannerConfigurationModifierConstructorDescriptionFelixOsgiContainerManager(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 PackageScannerConfiguration in com.atlassian.plugin.osgi.container.impl
Classes in com.atlassian.plugin.osgi.container.impl that implement PackageScannerConfigurationModifier and TypeClassDescriptionclassDefault package scanner configuration. -
Uses of PackageScannerConfiguration in com.atlassian.plugin.osgi.hook.dmz
Constructors in com.atlassian.plugin.osgi.hook.dmz with parameters of type PackageScannerConfigurationModifierConstructorDescriptionDmzResolverHookFactory(PackageScannerConfiguration packageScannerConfig)