Package ubic.gemma.core.config
Class BaseCodeConfigurer
java.lang.Object
ubic.gemma.core.config.BaseCodeConfigurer
- All Implemented Interfaces:
- org.springframework.beans.factory.config.BeanFactoryPostProcessor
public class BaseCodeConfigurer
extends Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
Configure the baseCode library from a given property sources.
 
 The preferred way is using the basecode. prefix in the properties.
 
 For backward-compatibility, it will also detect properties declared in basecode.properties and warn
 accordingly.
- Author:
- poirigui
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidpostProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) voidsetPropertySources(org.springframework.core.env.PropertySources propertySources) 
- 
Constructor Details- 
BaseCodeConfigurerpublic BaseCodeConfigurer()
 
- 
- 
Method Details- 
setPropertySourcespublic void setPropertySources(org.springframework.core.env.PropertySources propertySources) 
- 
postProcessBeanFactorypublic void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException - Specified by:
- postProcessBeanFactoryin interface- org.springframework.beans.factory.config.BeanFactoryPostProcessor
- Throws:
- org.springframework.beans.BeansException
 
 
-