Class DevToolsSettings
- java.lang.Object
- org.springframework.boot.devtools.settings.DevToolsSettings
 
- public class DevToolsSettings extends Object DevTools settings loaded from /META-INF/spring-devtools.properties files.- Since:
- 1.3.0
 
- Field Summary- Fields - Modifier and Type - Field - Description - static String- SETTINGS_RESOURCE_LOCATIONThe location to look for settings properties.
 - Method Summary- All Methods Static Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - static DevToolsSettings- get()- boolean- isRestartExclude(URL url)- boolean- isRestartInclude(URL url)
 
- Field Detail- SETTINGS_RESOURCE_LOCATION- public static final String SETTINGS_RESOURCE_LOCATION The location to look for settings properties. Can be present in multiple JAR files.- See Also:
- Constant Field Values
 
 
 - Method Detail- isRestartInclude- public boolean isRestartInclude(URL url) 
 - isRestartExclude- public boolean isRestartExclude(URL url) 
 - get- public static DevToolsSettings get()