Class JvmAttachUtils


  • public class JvmAttachUtils
    extends java.lang.Object
    Allows convenient access to current JVM utilities provided by bytebuddy which is relocated on packaging.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CURRENT_PID  
    • Constructor Summary

      Constructors 
      Constructor Description
      JvmAttachUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Properties getAgentAndSystemProperties​(java.lang.String pid)  
      • Methods inherited from class java.lang.Object

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

      • CURRENT_PID

        public static final java.lang.String CURRENT_PID
    • Constructor Detail

      • JvmAttachUtils

        public JvmAttachUtils()
    • Method Detail

      • getAgentAndSystemProperties

        public static java.util.Properties getAgentAndSystemProperties​(java.lang.String pid)