Class AgentAttacher


  • public abstract class AgentAttacher
    extends java.lang.Object
    Utility class to attach an instrumentation agent to the running JVM.
    Author:
    Dave Syer
    • Constructor Summary

      Constructors 
      Constructor Description
      AgentAttacher()  
    • Method Summary

      Modifier and Type Method Description
      static void attach​(java.io.File agent)  
      static java.util.List<java.lang.String> commandLineArguments()  
      static boolean hasNoVerify()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AgentAttacher

        public AgentAttacher()
    • Method Detail

      • attach

        public static void attach​(java.io.File agent)
      • commandLineArguments

        public static java.util.List<java.lang.String> commandLineArguments()
      • hasNoVerify

        public static boolean hasNoVerify()