de.smartics.maven.exceptions.report
Class CodeSortedSinkReportGenerator

Package class diagram package CodeSortedSinkReportGenerator
java.lang.Object
  extended by de.smartics.report.generator.AbstractReportGenerator<O>
      extended by de.smartics.report.generator.AbstractOutputReportGenerator
          extended by de.smartics.maven.exceptions.AbstractSinkReportGenerator
              extended by 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

Field Summary
 
Fields inherited from class de.smartics.report.generator.AbstractReportGenerator
encoding, output, renderer
 
Fields inherited from interface de.smartics.report.conf.ReportGenerator
DEFAULT_ENCODING
 
Constructor Summary
CodeSortedSinkReportGenerator()
          Default constructor.
 
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.maven.exceptions.AbstractSinkReportGenerator
toSink, writeContent, writeFooter, writeInfoFooter, writeInfoHeader, writeInfoSubFooter, writeInfoSubHeader, writeReportElementInfo, writeTableHeader
 
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
 

Constructor Detail

CodeSortedSinkReportGenerator

public CodeSortedSinkReportGenerator()
Default constructor.

Method Detail

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.