Class InstrumentationSupport.Installer

  • Enclosing class:
    InstrumentationSupport

    public static class InstrumentationSupport.Installer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.instrument.Instrumentation INSTRUMENTATION  
    • Constructor Summary

      Constructors 
      Constructor Description
      Installer()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void agentmain​(java.lang.String agentArgs, java.lang.instrument.Instrumentation inst)  
      • Methods inherited from class java.lang.Object

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

      • INSTRUMENTATION

        public static volatile java.lang.instrument.Instrumentation INSTRUMENTATION
    • Constructor Detail

      • Installer

        public Installer()
    • Method Detail

      • agentmain

        public static void agentmain​(java.lang.String agentArgs,
                                     java.lang.instrument.Instrumentation inst)