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 RuntimeDataAgent. dataprivate static RuntimeDataOffline. dataMethods in org.jacoco.agent.rt.internal that return RuntimeData Modifier and Type Method Description RuntimeDataAgent. getData()Returns the runtime data object created by this agentprivate static RuntimeDataOffline. 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 RuntimeDataFileOutput. dataprivate RuntimeDataTcpConnection. dataMethods in org.jacoco.agent.rt.internal.output with parameters of type RuntimeData Modifier and Type Method Description voidFileOutput. startup(AgentOptions options, RuntimeData data)voidIAgentOutput. startup(AgentOptions options, RuntimeData data)Configure the agent controller with the supplied options and connect it to the coverage runtimevoidNoneOutput. startup(AgentOptions options, RuntimeData data)voidTcpClientOutput. startup(AgentOptions options, RuntimeData data)voidTcpServerOutput. 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 RuntimeDataAbstractRuntime. dataaccess to the runtime dataMethods in org.jacoco.core.runtime with parameters of type RuntimeData Modifier and Type Method Description voidAbstractRuntime. startup(RuntimeData data)Subclasses must call this method when overwriting it.voidInjectedClassRuntime. startup(RuntimeData data)voidIRuntime. startup(RuntimeData data)Starts the coverage runtime.voidLoggerRuntime. startup(RuntimeData data)voidModifiedSystemClassRuntime. startup(RuntimeData data)voidSystemPropertiesRuntime. startup(RuntimeData data)
-