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

Packages that use PackageScannerConfiguration
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.spring Classes that assist in plugging a Spring application into Atlassian Plugins 2.0 
 

Uses of PackageScannerConfiguration in com.atlassian.plugin.main
 

Methods in com.atlassian.plugin.main that return PackageScannerConfiguration
 PackageScannerConfiguration PackageScannerConfigurationBuilder.build()
          Builds a PackageScannerConfiguration instance by processing the configuration that was previously set and setting any defaults where not explicitly specified.
 PackageScannerConfiguration PluginsConfiguration.getPackageScannerConfiguration()
           
 

Methods in com.atlassian.plugin.main with parameters of type PackageScannerConfiguration
 PluginsConfigurationBuilder PluginsConfigurationBuilder.packageScannerConfiguration(PackageScannerConfiguration packageScannerConfiguration)
          Sets the package scanner configuration instance that contains information about what packages to expose to plugins.
 

Constructors in com.atlassian.plugin.main with parameters of type PackageScannerConfiguration
PackageScannerConfigurationBuilder(PackageScannerConfiguration packageScannerConfiguration)
          Copy constructor.
 

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

Constructors in com.atlassian.plugin.osgi.container.felix with parameters of type PackageScannerConfiguration
FelixOsgiContainerManager(java.io.File frameworkBundlesDir, PackageScannerConfiguration packageScannerConfig, HostComponentProvider provider, PluginEventManager eventManager)
          Deprecated. Since 2.2.0, use FelixOsgiContainerManager.FelixOsgiContainerManager(OsgiPersistentCache,PackageScannerConfiguration,HostComponentProvider,PluginEventManager) instead
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, java.io.File frameworkBundlesDir, PackageScannerConfiguration packageScannerConfig, HostComponentProvider provider, PluginEventManager eventManager)
          Deprecated. Since 2.2.0, use FelixOsgiContainerManager.FelixOsgiContainerManager(URL, OsgiPersistentCache,PackageScannerConfiguration,HostComponentProvider,PluginEventManager) instead
FelixOsgiContainerManager(java.net.URL frameworkBundlesZip, OsgiPersistentCache persistentCache, PackageScannerConfiguration packageScannerConfig, HostComponentProvider provider, 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 PackageScannerConfiguration
 class DefaultPackageScannerConfiguration
          Default package scanner configuration.
 

Uses of PackageScannerConfiguration in com.atlassian.plugin.spring
 

Classes in com.atlassian.plugin.spring that implement PackageScannerConfiguration
 class SpringAwarePackageScannerConfiguration
          Spring-aware extension of the package scanner configuration that instructs spring to inject the servlet context
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.