Uses of Interface
org.jacoco.core.runtime.IExecutionDataAccessorGenerator

Packages that use IExecutionDataAccessorGenerator
org.jacoco.core.runtime Runtime control and execution data collection. 
 

Uses of IExecutionDataAccessorGenerator in org.jacoco.core.runtime
 

Subinterfaces of IExecutionDataAccessorGenerator in org.jacoco.core.runtime
 interface IRuntime
          This interface represents a particular mechanism to collect execution information in the target VM at runtime.
 

Classes in org.jacoco.core.runtime that implement IExecutionDataAccessorGenerator
 class AbstractRuntime
          Base IRuntime implementation.
 class LoggerRuntime
          This IRuntime implementation uses the Java logging API to report coverage data.
 class ModifiedSystemClassRuntime
          This IRuntime implementation works with a modified system class.
 class SystemPropertiesRuntime
          This IRuntime implementation makes the execution data available through a special entry in the System.getProperties() hash table.
 class URLStreamHandlerRuntime
          This IRuntime implementation registers a special URLStreamHandler to process coverage data.
 



Copyright © 2009-2011 Mountainminds GmbH & Co. KG. All Rights Reserved.