Class StarterAgent


  • public final class StarterAgent
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.instrument.Instrumentation inst  
      static java.nio.file.Path libraries  
    • Constructor Summary

      Constructors 
      Constructor Description
      StarterAgent()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isAgentStarted()  
      static void premain​(java.lang.String agentArgument, 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

      • inst

        public static java.lang.instrument.Instrumentation inst
      • libraries

        public static java.nio.file.Path libraries
    • Constructor Detail

      • StarterAgent

        public StarterAgent()
    • Method Detail

      • isAgentStarted

        public static boolean isAgentStarted()
      • premain

        public static void premain​(java.lang.String agentArgument,
                                   java.lang.instrument.Instrumentation inst)