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 | Description |
---|---|---|
RuntimeData |
Agent.getData() |
Returns the runtime data object created by this agent
|
Modifier and Type | Method | Description |
---|---|---|
void |
FileOutput.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 |
NoneOutput.startup(AgentOptions options,
RuntimeData data) |
|
void |
TcpClientOutput.startup(AgentOptions options,
RuntimeData data) |
|
void |
TcpServerOutput.startup(AgentOptions options,
RuntimeData data) |
Modifier and Type | Field | Description |
---|---|---|
protected RuntimeData |
AbstractRuntime.data |
access to the runtime data
|
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractRuntime.startup(RuntimeData data) |
Subclasses must call this method when overwriting it.
|
void |
IRuntime.startup(RuntimeData data) |
Starts the coverage runtime.
|
void |
LoggerRuntime.startup(RuntimeData data) |
|
void |
ModifiedSystemClassRuntime.startup(RuntimeData data) |
|
void |
SystemPropertiesRuntime.startup(RuntimeData data) |
|
void |
URLStreamHandlerRuntime.startup(RuntimeData data) |
Copyright © 2018. All rights reserved.