de.smartics.maven.exceptions.report
Class CodeSortedSinkReportGenerator
java.lang.Object
de.smartics.report.generator.AbstractReportGenerator<O>
de.smartics.report.generator.AbstractOutputReportGenerator
de.smartics.maven.exceptions.AbstractSinkReportGenerator
de.smartics.maven.exceptions.report.CodeSortedSinkReportGenerator
-
All Implemented Interfaces:
-
de.smartics.report.conf.ReportGenerator
-
public class CodeSortedSinkReportGenerator
-
extends
AbstractSinkReportGenerator
Simple generator that generates with a Maven sink. This interfaces as Java 1.4 code.
-
Author:
-
Robert Reiner
Fields inherited from class de.smartics.report.generator.AbstractReportGenerator |
encoding, output, renderer |
Fields inherited from interface de.smartics.report.conf.ReportGenerator |
DEFAULT_ENCODING |
Method Summary |
protected void |
write(Object output, de.smartics.report.conf.ProjectConfiguration config, de.smartics.report.conf.ReportData reportData) Writes the content of the report data to the stream. |
Methods inherited from class de.smartics.report.generator.AbstractOutputReportGenerator |
writeHeader |
Methods inherited from class de.smartics.report.generator.AbstractReportGenerator |
getEncoding, getOutput, setEncoding, setOutput, writeReport |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeSortedSinkReportGenerator
public CodeSortedSinkReportGenerator()
-
Default constructor.
write
protected void write(Object output,
de.smartics.report.conf.ProjectConfiguration config,
de.smartics.report.conf.ReportData reportData)
throws Exception
-
Writes the content of the report data to the stream.
-
-
Overrides:
-
write
in class
de.smartics.report.generator.AbstractOutputReportGenerator
-
-
Parameters:
-
output
- the writer to write to.
-
config
- the project configuration to control the output.
-
reportData
- the report information to write.
-
Throws:
-
Exception
- on any problem encountered.
Copyright © 2007-$2011
Kronseder & Reiner GmbH - smartics. All Rights Reserved.