Interface ClassPathRestartStrategy
- All Known Implementing Classes:
PatternClassPathRestartStrategy
public interface ClassPathRestartStrategy
Strategy interface used to determine when a changed classpath file should trigger a full application restart. For example, static web resources might not require a full restart where as class files would.- Since:
- 1.3.0
- See Also:
PatternClassPathRestartStrategy
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisRestartRequired(ChangedFile file)Return true if a full restart is required.
Method Detail
isRestartRequired
boolean isRestartRequired(ChangedFile file)
Return true if a full restart is required.- Parameters:
file- the changed file- Returns:
trueif a full restart is required