Class PatternClassPathRestartStrategy
java.lang.Object
org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
- All Implemented Interfaces:
ClassPathRestartStrategy
Ant style pattern based
ClassPathRestartStrategy
.- Since:
- 1.3.0
- Author:
- Phillip Webb
- See Also:
-
Constructor Summary
ConstructorDescriptionPatternClassPathRestartStrategy
(String excludePatterns) PatternClassPathRestartStrategy
(String[] excludePatterns) -
Method Summary
Modifier and TypeMethodDescriptionboolean
isRestartRequired
(ChangedFile file) Return true if a full restart is required.
-
Constructor Details
-
PatternClassPathRestartStrategy
-
PatternClassPathRestartStrategy
-
-
Method Details
-
isRestartRequired
Description copied from interface:ClassPathRestartStrategy
Return true if a full restart is required.- Specified by:
isRestartRequired
in interfaceClassPathRestartStrategy
- Parameters:
file
- the changed file- Returns:
true
if a full restart is required
-