Package org.jacoco.report
package org.jacoco.report
Common interfaces and utilities for report generation.
-
ClassDescriptionLocator for source files that picks source files from a given directory in the file system.Implementation of
IMultiReportOutput
that writes files directly to a given directory.Interface to create programming language specific names from VM names.Interface to emit multiple binary files.Abstract base class forISourceFileLocator
locator implementations based onInputStream
s.Output-Interface for hierarchical report structures.Interface for all implementations to retrieve structured report data.Interface to look-up source files that will be included with the report.Names for the Java language.A report visitor that is composed from multiple other visitors.Locator that searches source files in multipleISourceFileLocator
instances.Implementation ofIMultiReportOutput
that writes files into aZipOutputStream
.