Package | Description |
---|---|
org.jacoco.agent.rt.internal | |
org.jacoco.agent.rt.internal.output | |
org.jacoco.core.runtime |
Runtime control and execution data collection.
|
Modifier and Type | Method and Description |
---|---|
RuntimeData |
Agent.getData()
Returns the runtime data object created by this agent
|
Modifier and Type | Method and Description |
---|---|
void |
TcpClientOutput.startup(AgentOptions options,
RuntimeData data) |
void |
FileOutput.startup(AgentOptions options,
RuntimeData data) |
void |
NoneOutput.startup(AgentOptions options,
RuntimeData data) |
void |
IAgentOutput.startup(AgentOptions options,
RuntimeData data)
Configure the agent controller with the supplied options and connect it
to the coverage runtime
|
void |
TcpServerOutput.startup(AgentOptions options,
RuntimeData data) |
Modifier and Type | Field and Description |
---|---|
protected RuntimeData |
AbstractRuntime.data
access to the runtime data
|
Modifier and Type | Method and Description |
---|---|
void |
ModifiedSystemClassRuntime.startup(RuntimeData data) |
void |
LoggerRuntime.startup(RuntimeData data) |
void |
URLStreamHandlerRuntime.startup(RuntimeData data) |
void |
SystemPropertiesRuntime.startup(RuntimeData data) |
void |
AbstractRuntime.startup(RuntimeData data)
Subclasses must call this method when overwriting it.
|
void |
IRuntime.startup(RuntimeData data)
Starts the coverage runtime.
|
Copyright © 2023. All rights reserved.