de.smartics.testdoc.maven.export.sink
Class SinkOutputManager

Package class diagram package SinkOutputManager
java.lang.Object
  extended by de.smartics.testdoc.maven.export.AbstractOutputManager
      extended by de.smartics.testdoc.maven.export.sink.SinkOutputManager
All Implemented Interfaces:
de.smartics.testdoc.core.doc.OutputManager

public class SinkOutputManager
     
     
extends AbstractOutputManager

Export UnitTestDoc information to a sink.

Author:
Robert Reiner

Field Summary
 
Fields inherited from class de.smartics.testdoc.maven.export.AbstractOutputManager
exporter, index, messages, reportName, testDocs
 
Constructor Summary
SinkOutputManager(String reportName, de.smartics.maven.util.report.MessageHelper messages, SinkExporter exporter, List<ExportIndex> exportIndices)
          Default constructor.
 
Method Summary
 void finish()
          
 
Methods inherited from class de.smartics.testdoc.maven.export.AbstractOutputManager
export, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SinkOutputManager

public SinkOutputManager(String reportName,
                         de.smartics.maven.util.report.MessageHelper messages,
                         SinkExporter exporter,
                         List<ExportIndex> exportIndices)
Default constructor.

Parameters:
messages - the resource bundles with messages to display as labels in the generated report.
exporter - the exporter that knows the format of the file to be written.
Method Detail

finish

public void finish()
            throws IOException

Throws:
IOException
See Also:
de.smartics.testdoc.report.doc.OutputManager#finish()


Copyright © 2010-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.