public class DevToolHomePropertiesPostProcessor extends Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.context.EnvironmentAware
BeanFactoryPostProcessor to add devtools properties from the users home folder.| Constructor and Description |
|---|
DevToolHomePropertiesPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected File |
getHomeFolder() |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
public void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment in interface org.springframework.context.EnvironmentAwarepublic void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.beans.BeansExceptionprotected File getHomeFolder()
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.