Uses of Package
org.jacoco.core.runtime
-
Packages that use org.jacoco.core.runtime Package Description org.jacoco.agent.rt.internal org.jacoco.agent.rt.internal.output org.jacoco.ant org.jacoco.core.instr Instrumentation of Java class files for code coverage.org.jacoco.core.internal.instr org.jacoco.core.runtime Runtime control and execution data collection.org.jacoco.maven org.jacoco.report.check Rules check implementation. -
Classes in org.jacoco.core.runtime used by org.jacoco.agent.rt.internal Class Description AgentOptions Utility to create and parse options for the runtime agent.IRuntime This interface represents a particular mechanism to collect execution information in the target VM at runtime.RuntimeData Container for runtime execution and meta data.WildcardMatcher Matches strings against glob like wildcard expressions where?
matches any single character and*
matches any number of any character. -
Classes in org.jacoco.core.runtime used by org.jacoco.agent.rt.internal.output Class Description AgentOptions Utility to create and parse options for the runtime agent.IRemoteCommandVisitor Interface for remote commands to a coverage runtime.RemoteControlReader ExecutionDataReader
with commands added for runtime remote control.RemoteControlWriter ExecutionDataWriter
with commands added for runtime remote control.RuntimeData Container for runtime execution and meta data. -
Classes in org.jacoco.core.runtime used by org.jacoco.ant Class Description AgentOptions Utility to create and parse options for the runtime agent. -
Classes in org.jacoco.core.runtime used by org.jacoco.core.instr Class Description IExecutionDataAccessorGenerator The instrumented classes need a piece of code that obtains aboolean[]
instance from the runtime. -
Classes in org.jacoco.core.runtime used by org.jacoco.core.internal.instr Class Description IExecutionDataAccessorGenerator The instrumented classes need a piece of code that obtains aboolean[]
instance from the runtime. -
Classes in org.jacoco.core.runtime used by org.jacoco.core.runtime Class Description AbstractRuntime BaseIRuntime
implementation.AgentOptions.OutputMode Possible values forAgentOptions.OUTPUT
.IExecutionDataAccessorGenerator The instrumented classes need a piece of code that obtains aboolean[]
instance from the runtime.InjectedClassRuntime.Lookup Provides access to classesjava.lang.invoke.MethodHandles
andjava.lang.invoke.MethodHandles.Lookup
introduced in Java 8.IRemoteCommandVisitor Interface for remote commands to a coverage runtime.IRuntime This interface represents a particular mechanism to collect execution information in the target VM at runtime.RuntimeData Container for runtime execution and meta data. -
Classes in org.jacoco.core.runtime used by org.jacoco.maven Class Description AgentOptions Utility to create and parse options for the runtime agent. -
Classes in org.jacoco.core.runtime used by org.jacoco.report.check Class Description WildcardMatcher Matches strings against glob like wildcard expressions where?
matches any single character and*
matches any number of any character.