Uses of Interface
org.jacoco.core.runtime.IRuntime
Packages that use IRuntime
-
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.