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
ConstructorsConstructorDescriptionPatternClassPathRestartStrategy(String excludePatterns) PatternClassPathRestartStrategy(String[] excludePatterns)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanisRestartRequired(ChangedFile file) Return true if a full restart is required. 
- 
Constructor Details
- 
PatternClassPathRestartStrategy
 - 
PatternClassPathRestartStrategy
 
 - 
 - 
Method Details
- 
isRestartRequired
Description copied from interface:ClassPathRestartStrategyReturn true if a full restart is required.- Specified by:
 isRestartRequiredin interfaceClassPathRestartStrategy- Parameters:
 file- the changed file- Returns:
 trueif a full restart is required
 
 -