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

Packages that use IRuntime
org.jacoco.core.instr Instrumentation of Java class files for code coverage. 
org.jacoco.core.runtime Runtime control and execution data collection. 
 

Uses of IRuntime in org.jacoco.core.instr
 

Constructors in org.jacoco.core.instr with parameters of type IRuntime
Instrumenter(IRuntime runtime)
          Creates a new instance based on the given runtime.
 

Uses of IRuntime in org.jacoco.core.runtime
 

Classes in org.jacoco.core.runtime that implement IRuntime
 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.
 

Methods in org.jacoco.core.runtime that return IRuntime
static IRuntime ModifiedSystemClassRuntime.createFor(Instrumentation inst, String className)
          Creates a new ModifiedSystemClassRuntime using the given class as the data container.
static IRuntime ModifiedSystemClassRuntime.createFor(Instrumentation inst, String className, String accessFieldName)
          Creates a new ModifiedSystemClassRuntime using the given class as the data container.
 



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