Package org.jacoco.report

Common interfaces and utilities for report generation.

See:
          Description

Interface Summary
ILanguageNames Interface to create programming language specific names from VM names.
IMultiReportOutput Interface to emit multiple binary files.
IReportFormatter Interface for all implementations that produce a particular report format.
IReportVisitor Output-Interface for hierarchical coverage data information.
ISingleReportOutput Interface to emit a single binary files.
ISourceFileLocator Interface to look-up source files that will be included with the report.
 

Class Summary
DirectorySourceFileLocator Locator for source files that picks source files from a given directory in the file system.
FileMultiReportOutput Implementation of IMultiReportOutput that writes files directly to a given directory.
FileSingleReportOutput Implementation of ISingleReportOutput that writes the file directly to a given location.
JavaNames Names for the Java language.
MultiFormatter A formatter that is composed from multiple other formatters.
ReportOutputFolder Logical representation of a folder in the output structure.
ZipMultiReportOutput Implementation of IMultiReportOutput that writes files into a ZipOutputStream.
 

Package org.jacoco.report Description

Common interfaces and utilities for report generation.