Class 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.
- Since:
- 1.3.0
- Author:
- Phillip Webb
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isActive()
Determine if any agent reloader is active.
-
Method Details
-
isActive
public static boolean isActive()Determine if any agent reloader is active.- Returns:
- true if agent reloading is active
-