Package org.jacoco.core.runtime

Runtime control and runtime data collection.

See:
          Description

Interface Summary
IRuntime This interface represents a particular mechanism to collect execution information in the target VM at runtime.
 

Class Summary
AbstractRuntime Base IRuntime implementation.
AgentOptions Utility to create and parse options for the runtime agent.
LoggerRuntime This IRuntime implementation uses the Java logging API to report coverage data.
ModifiedSystemClassRuntime This IRuntime implementation works with a modified system class.
SystemPropertiesRuntime This IRuntime implementation makes the execution data available through a special entry of the type Map in the System.getProperties() hash table.
WildcardMatcher Matches strings against ?
 

Package org.jacoco.core.runtime Description

Runtime control and runtime data collection.