类 PatternClassPathRestartStrategy
java.lang.Object
org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
- 所有已实现的接口:
ClassPathRestartStrategy
Ant style pattern based
ClassPathRestartStrategy
.- 从以下版本开始:
- 1.3.0
- 作者:
- Phillip Webb
- 另请参阅:
-
构造器概要
构造器构造器说明PatternClassPathRestartStrategy
(String excludePatterns) PatternClassPathRestartStrategy
(String[] excludePatterns) -
方法概要
-
构造器详细资料
-
PatternClassPathRestartStrategy
-
PatternClassPathRestartStrategy
-
-
方法详细资料
-
isRestartRequired
从接口复制的说明:ClassPathRestartStrategy
Return true if a full restart is required.- 指定者:
isRestartRequired
在接口中ClassPathRestartStrategy
- 参数:
file
- the changed file- 返回:
true
if a full restart is required
-