Class AspectJLoader

java.lang.Object
kieker.monitoring.probe.aspectj.AspectJLoader

public final class AspectJLoader
extends java.lang.Object
Since:
1.9
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String KIEKER_MONITORING_SKIP_DEFAULT_AOP_CONFIGURATION  
  • Method Summary

    Modifier and Type Method Description
    static void premain​(java.lang.String options, java.lang.instrument.Instrumentation instrumentation)
    JSR-163 preMain entry method.

    Methods inherited from class java.lang.Object

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

  • Method Details

    • premain

      public static void premain​(java.lang.String options, java.lang.instrument.Instrumentation instrumentation)
      JSR-163 preMain entry method.
      Parameters:
      options - for the weaver agent
      instrumentation - java API instrumentation object