Package | Description |
---|---|
org.jacoco.core.data |
Representation and persistence of execution data and session information.
|
org.jacoco.core.runtime |
Runtime control and execution data collection.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ExecutionDataStore |
In-memory data store for execution data.
|
class |
ExecutionDataWriter |
Serialization of execution data into binary streams.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ExecutionDataStore.accept(IExecutionDataVisitor visitor) |
Writes the content of the store to the given visitor interface.
|
void |
ExecutionDataReader.setExecutionDataVisitor(IExecutionDataVisitor visitor) |
Sets an listener for execution data.
|
Modifier and Type | Class | Description |
---|---|---|
class |
RemoteControlWriter |
ExecutionDataWriter with commands added for runtime remote control. |
Modifier and Type | Method | Description |
---|---|---|
void |
RuntimeData.collect(IExecutionDataVisitor executionDataVisitor,
ISessionInfoVisitor sessionInfoVisitor,
boolean reset) |
Collects the current execution data and writes it to the given
IExecutionDataVisitor object. |
Copyright © 2018. All rights reserved.