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