org.eobjects.datacleaner.spring
Class SpringInjectionManagerFactory
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringInjectionManagerFactory
public SpringInjectionManagerFactory(org.springframework.context.ApplicationContext applicationContext)
SpringInjectionManagerFactory
public SpringInjectionManagerFactory()
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.