org.eobjects.datacleaner.spring
Class SpringInjectionManagerFactory

java.lang.Object
  extended by org.eobjects.datacleaner.spring.SpringInjectionManagerFactory
All Implemented Interfaces:
InjectionManagerFactory, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Component
public class SpringInjectionManagerFactory
extends Object
implements InjectionManagerFactory, org.springframework.context.ApplicationContextAware

An InjectionManagerFactory implementation suitable for deployments with the Spring framework as dependency provider.


Constructor Summary
SpringInjectionManagerFactory()
           
SpringInjectionManagerFactory(org.springframework.context.ApplicationContext applicationContext)
           
 
Method Summary
 InjectionManager getInjectionManager(AnalyzerBeansConfiguration configuration, AnalysisJob job)
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringInjectionManagerFactory

public SpringInjectionManagerFactory(org.springframework.context.ApplicationContext applicationContext)

SpringInjectionManagerFactory

public SpringInjectionManagerFactory()
Method Detail

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException

getInjectionManager

public InjectionManager getInjectionManager(AnalyzerBeansConfiguration configuration,
                                            AnalysisJob job)
Specified by:
getInjectionManager in interface InjectionManagerFactory


Copyright © 2012 Human Inference. All Rights Reserved.