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 SummaryModifier and TypeMethodDescriptionstatic booleanisActive()Determine if any agent reloader is active.
- 
Method Details- 
isActivepublic static boolean isActive()Determine if any agent reloader is active.- Returns:
- true if agent reloading is active
 
 
-