Uses of Interface
org.jacoco.core.runtime.IRuntime
Packages that use IRuntime
Package
Description
Runtime control and execution data collection.
-
Uses of IRuntime in org.jacoco.agent.rt.internal
Methods in org.jacoco.agent.rt.internal that return IRuntimeModifier and TypeMethodDescriptionprivate static IRuntimePreMain.createRuntime(Instrumentation inst) Constructors in org.jacoco.agent.rt.internal with parameters of type IRuntimeModifierConstructorDescriptionCoverageTransformer(IRuntime runtime, AgentOptions options, IExceptionLogger logger) New transformer with the given delegates. -
Uses of IRuntime in org.jacoco.core.runtime
Classes in org.jacoco.core.runtime that implement IRuntimeModifier and TypeClassDescriptionclassBaseIRuntimeimplementation.classIRuntimewhich defines a new class usingjava.lang.invoke.MethodHandles.Lookup.defineClassintroduced in Java 9.classThisIRuntimeimplementation uses the Java logging API to report coverage data.classThisIRuntimeimplementation works with a modified system class.classThisIRuntimeimplementation makes the execution data available through a special entry in theSystem.getProperties()hash table.Methods in org.jacoco.core.runtime that return IRuntimeModifier and TypeMethodDescriptionstatic IRuntimeModifiedSystemClassRuntime.createFor(Instrumentation inst, String className) Creates a newModifiedSystemClassRuntimeusing the given class as the data container.static IRuntimeModifiedSystemClassRuntime.createFor(Instrumentation inst, String className, String accessFieldName) Creates a newModifiedSystemClassRuntimeusing the given class as the data container.