Class DevToolsHomePropertiesPostProcessor
java.lang.Object
org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
- All Implemented Interfaces:
 EnvironmentPostProcessor
EnvironmentPostProcessor to add devtools properties from the user's home
 directory.- Since:
 - 1.3.0
 - Author:
 - Phillip Webb, Andy Wilkinson, HaiTao Zhang, Madhura Bhave
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected FilevoidpostProcessEnvironment(ConfigurableEnvironment environment, SpringApplication application) Post-process the givenenvironment. 
- 
Constructor Details
- 
DevToolsHomePropertiesPostProcessor
public DevToolsHomePropertiesPostProcessor() 
 - 
 - 
Method Details
- 
postProcessEnvironment
public void postProcessEnvironment(ConfigurableEnvironment environment, SpringApplication application) Description copied from interface:EnvironmentPostProcessorPost-process the givenenvironment.- Specified by:
 postProcessEnvironmentin interfaceEnvironmentPostProcessor- Parameters:
 environment- the environment to post-processapplication- the application to which the environment belongs
 - 
getHomeDirectory
 
 -