com.atlassian.crowd.plugin.spring
Class PackageScannerConfigurationFactory

java.lang.Object
  extended by com.atlassian.crowd.plugin.spring.PackageScannerConfigurationFactory
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean

public class PackageScannerConfigurationFactory
extends Object
implements org.springframework.beans.factory.FactoryBean

Factory for the PackageScannerConfiguration to provide the scanner with Crowd's version number on startup.


Constructor Summary
PackageScannerConfigurationFactory(List<String> packageIncludes, List<String> packageExcludes, Map<String,String> packageVersions)
           
 
Method Summary
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageScannerConfigurationFactory

public PackageScannerConfigurationFactory(List<String> packageIncludes,
                                          List<String> packageExcludes,
                                          Map<String,String> packageVersions)
Method Detail

getObject

public Object getObject()
                 throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
Throws:
Exception

getObjectType

public Class getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean


Copyright © 2013 Atlassian. All Rights Reserved.