Package | Description |
---|---|
org.jacoco.agent.rt.internal | |
org.jacoco.core.runtime |
Runtime control and execution data collection.
|
Constructor | Description |
---|---|
CoverageTransformer(IRuntime runtime,
AgentOptions options,
IExceptionLogger logger) |
New transformer with the given delegates.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractRuntime |
Base
IRuntime implementation. |
class |
LoggerRuntime |
This
IRuntime implementation uses the Java logging API to report
coverage data. |
class |
ModifiedSystemClassRuntime |
This
IRuntime implementation works with a modified system class. |
class |
SystemPropertiesRuntime |
This
IRuntime implementation makes the execution data available
through a special entry in the System.getProperties() hash table. |
class |
URLStreamHandlerRuntime |
This
IRuntime implementation registers a special
URLStreamHandler to process coverage data. |
Modifier and Type | Method | Description |
---|---|---|
static IRuntime |
ModifiedSystemClassRuntime.createFor(java.lang.instrument.Instrumentation inst,
java.lang.String className) |
Creates a new
ModifiedSystemClassRuntime using the given class as
the data container. |
static IRuntime |
ModifiedSystemClassRuntime.createFor(java.lang.instrument.Instrumentation inst,
java.lang.String className,
java.lang.String accessFieldName) |
Creates a new
ModifiedSystemClassRuntime using the given class as
the data container. |
Copyright © 2018. All rights reserved.