Interface | Description |
---|---|
PageSummary |
PageSummary defines the summary of a report page and the runtime
information for debugging and logging purposes.
|
ReportSummary |
The purpose of ReportSummary is to provide a detailed description of the
reports generated, how long it took and where the generated files are
located.
|
ReportWriter |
ReportWriter defines the basic operations of a report writer.
|
Class | Description |
---|---|
AbstractReportWriter |
The abstract report writer provides the common implementation for subclasses
to reuse.
|
DefaultPageSummary |
This is a basic implementation of PageSummary interface.
|
DefaultReportSummary |
The default implementation of ReportSummary just contains the stats
and basic information.
|
HTMLReportWriter |
HTMLReportWriter is a basic report writer that produces HTML pages.
|
Copyright © 1998-2014 Apache Software Foundation. All Rights Reserved.