Uses of Class
org.jacoco.core.runtime.RuntimeData
-
Packages that use RuntimeData Package Description org.jacoco.agent.rt.internal org.jacoco.agent.rt.internal.output org.jacoco.core.runtime Runtime control and execution data collection. -
-
Uses of RuntimeData in org.jacoco.agent.rt.internal
Fields in org.jacoco.agent.rt.internal declared as RuntimeData Modifier and Type Field Description private RuntimeData
Agent. data
private static RuntimeData
Offline. data
Methods in org.jacoco.agent.rt.internal that return RuntimeData Modifier and Type Method Description RuntimeData
Agent. getData()
Returns the runtime data object created by this agentprivate static RuntimeData
Offline. getRuntimeData()
-
Uses of RuntimeData in org.jacoco.agent.rt.internal.output
Fields in org.jacoco.agent.rt.internal.output declared as RuntimeData Modifier and Type Field Description private RuntimeData
FileOutput. data
private RuntimeData
TcpConnection. data
Methods in org.jacoco.agent.rt.internal.output with parameters of type RuntimeData 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 runtimevoid
NoneOutput. startup(AgentOptions options, RuntimeData data)
void
TcpClientOutput. startup(AgentOptions options, RuntimeData data)
void
TcpServerOutput. startup(AgentOptions options, RuntimeData data)
Constructors in org.jacoco.agent.rt.internal.output with parameters of type RuntimeData Constructor Description TcpConnection(java.net.Socket socket, RuntimeData data)
-
Uses of RuntimeData in org.jacoco.core.runtime
Fields in org.jacoco.core.runtime declared as RuntimeData Modifier and Type Field Description protected RuntimeData
AbstractRuntime. data
access to the runtime dataMethods in org.jacoco.core.runtime with parameters of type RuntimeData Modifier and Type Method Description void
AbstractRuntime. startup(RuntimeData data)
Subclasses must call this method when overwriting it.void
InjectedClassRuntime. startup(RuntimeData data)
void
IRuntime. startup(RuntimeData data)
Starts the coverage runtime.void
LoggerRuntime. startup(RuntimeData data)
void
ModifiedSystemClassRuntime. startup(RuntimeData data)
void
SystemPropertiesRuntime. startup(RuntimeData data)
-