Class PremainClass

java.lang.Object
kieker.monitoring.probe.bytebuddy.PremainClass

public class PremainClass
extends java.lang.Object
Premain class that allows load-time instrumentation using ByteBuddy.
  • Constructor Summary

    Constructors 
    Constructor Description
    PremainClass()  
  • Method Summary

    Modifier and Type Method Description
    static void premain​(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
  • Constructor Details

  • Method Details

    • premain

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