Uses of Interface
org.jacoco.core.runtime.IRuntime
-
Packages that use IRuntime Package Description org.jacoco.agent.rt.internal org.jacoco.core.runtime Runtime control and execution data collection. -
-
Uses of IRuntime in org.jacoco.agent.rt.internal
Methods in org.jacoco.agent.rt.internal that return IRuntime Modifier and Type Method Description private static IRuntimePreMain. createRuntime(java.lang.instrument.Instrumentation inst)Constructors in org.jacoco.agent.rt.internal with parameters of type IRuntime Constructor Description CoverageTransformer(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 IRuntime Modifier and Type Class Description classAbstractRuntimeBaseIRuntimeimplementation.classInjectedClassRuntimeIRuntimewhich defines a new class usingjava.lang.invoke.MethodHandles.Lookup.defineClassintroduced in Java 9.classLoggerRuntimeThisIRuntimeimplementation uses the Java logging API to report coverage data.classModifiedSystemClassRuntimeThisIRuntimeimplementation works with a modified system class.classSystemPropertiesRuntimeThisIRuntimeimplementation makes the execution data available through a special entry in theSystem.getProperties()hash table.Methods in org.jacoco.core.runtime that return IRuntime Modifier and Type Method Description static IRuntimeModifiedSystemClassRuntime. createFor(java.lang.instrument.Instrumentation inst, java.lang.String className)Creates a newModifiedSystemClassRuntimeusing the given class as the data container.static IRuntimeModifiedSystemClassRuntime. createFor(java.lang.instrument.Instrumentation inst, java.lang.String className, java.lang.String accessFieldName)Creates a newModifiedSystemClassRuntimeusing the given class as the data container.
-