类 AgentReloader
java.lang.Object
org.springframework.boot.devtools.restart.AgentReloader
Utility to determine if a Java agent based reloader (e.g. JRebel) is being used.
- 从以下版本开始:
- 1.3.0
- 作者:
- Phillip Webb
-
方法概要
-
方法详细资料
-
isActive
public static boolean isActive()Determine if any agent reloader is active.- 返回:
- true if agent reloading is active
-