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 and Description |
---|---|
class |
ExecutionDataWriter
Serialization of execution data into binary streams.
|
class |
SessionInfoStore
Container to collect and merge session
SessionInfo objects. |
Modifier and Type | Method and Description |
---|---|
void |
SessionInfoStore.accept(ISessionInfoVisitor visitor)
Writes all contained
SessionInfo objects into the given visitor. |
void |
ExecutionDataReader.setSessionInfoVisitor(ISessionInfoVisitor visitor)
Sets an listener for session information.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteControlWriter
ExecutionDataWriter with commands added for runtime remote control. |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeData.collect(IExecutionDataVisitor executionDataVisitor,
ISessionInfoVisitor sessionInfoVisitor,
boolean reset)
Collects the current execution data and writes it to the given
IExecutionDataVisitor object. |
Copyright © 2014. All rights reserved.