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
Methods in org.jacoco.agent.rt.internal that return RuntimeData Modifier and Type Method Description RuntimeDataAgent. getData()Returns the runtime data object created by this agent -
Uses of RuntimeData in org.jacoco.agent.rt.internal.output
Methods 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) -
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)voidURLStreamHandlerRuntime. startup(RuntimeData data)
-