Package org.jacoco.agent.rt.internal


package org.jacoco.agent.rt.internal
  • Class
    Description
    The agent manages the life cycle of JaCoCo runtime.
    Internal dumper for class files.
    Internal utility to load runtime configuration from a classpath resource and from system properties.
    Class file transformer to instrument classes for code coverage analysis.
    At several places exception might occur that should be reported.
    Access to JMX APIs are encapsulated in this class to allow the JaCoCo runtime on platforms without JMX support (e.g Android).
    The API for classes instrumented in "offline" mode.
    The agent which is referred as the Premain-Class.