Package net.sourceforge.pmd.benchmark
Interface TimingReportRenderer
-
- All Known Implementing Classes:
TextTimingReportRenderer
public interface TimingReportRendererDefines a renderer forTimingReport.- Author:
- Juan MartÃn Sotuyo Dodero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrender(TimingReport report, Writer writer)Renders the given report into the given writer.
-
-
-
Method Detail
-
render
void render(TimingReport report, Writer writer) throws IOException
Renders the given report into the given writer.- Parameters:
report- The report data to renderwriter- The writer on which to render- Throws:
IOException- if the write operation fails
-
-