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 StringSETTINGS_RESOURCE_LOCATIONThe location to look for settings properties.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DevToolsSettingsget()booleanisRestartExclude(URL url)booleanisRestartInclude(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()