Class AgentAttacher
- java.lang.Object
- org.springframework.boot.loader.tools.AgentAttacher
public abstract class AgentAttacher extends Object
Utility class to attach an instrumentation agent to the running JVM.
Constructor Summary
Constructors Constructor Description AgentAttacher()
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidattach(File agent)static List<String>commandLineArguments()static booleanhasNoVerify()
Constructor Detail
AgentAttacher
public AgentAttacher()
Method Detail
commandLineArguments
public static List<String> commandLineArguments()
hasNoVerify
public static boolean hasNoVerify()