Package org.eclipse.mat.report

Controls building of reports from XML report definitions.

See:
          Description

Interface Summary
IOutputter Converts a result to a report.
IOutputter.Context Holds information which controls how to format a report.
ITestResult The result of a query.
Params Available parameters for use in the report XML files.
Params.Html Parameters specific to HTML reports.
Params.Rendering Control the rendering of a report.
 

Class Summary
QuerySpec A container for a result of a query.
RendererRegistry Holds all the renderers.
SectionSpec A container for multiple results.
Spec A container for combining results.
SpecFactory Builds a full report based on an xml report definition, which could specify several queries to be run.
TestSuite  
TestSuite.Builder  
 

Enum Summary
ITestResult.Status  
 

Annotation Types Summary
Renderer Annotates a renderer describing what it accepts and it generates.
 

Package org.eclipse.mat.report Description

Controls building of reports from XML report definitions.