Class PackageScannerConfigurationFactory

java.lang.Object
com.atlassian.crowd.plugin.spring.PackageScannerConfigurationFactory
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.PackageScannerConfiguration>, org.springframework.web.context.ServletContextAware

public final class PackageScannerConfigurationFactory extends Object implements org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.PackageScannerConfiguration>, org.springframework.web.context.ServletContextAware
Factory for the PackageScannerConfiguration to provide the scanner with Crowd's version number on startup.
  • Constructor Details

    • PackageScannerConfigurationFactory

      public PackageScannerConfigurationFactory(org.springframework.core.io.Resource packageExportsResource, org.springframework.core.io.Resource publicApiResource, Map<String,String> packageVersions)
  • Method Details

    • getObject

      public com.atlassian.plugin.osgi.container.PackageScannerConfiguration getObject()
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.PackageScannerConfiguration>
    • getObjectType

      public Class<com.atlassian.plugin.osgi.container.PackageScannerConfiguration> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.PackageScannerConfiguration>
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.PackageScannerConfiguration>
    • setServletContext

      public void setServletContext(javax.servlet.ServletContext servletContext)
      Specified by:
      setServletContext in interface org.springframework.web.context.ServletContextAware