de.smartics.testdoc.maven.export.xml
Class XmlOutputManager

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

public class XmlOutputManager
     
     
extends AbstractOutputManager

Manages the export of the report to XML.

Author:
Robert Reiner

Field Summary
 
Fields inherited from class de.smartics.testdoc.maven.export.AbstractOutputManager
exporter, index, messages, reportName, testDocs
 
Constructor Summary
XmlOutputManager(String reportName, de.smartics.maven.util.report.MessageHelper messages, XmlExporter 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

XmlOutputManager

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

Parameters:
reportName - the name of the report to export.
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.
exportIndices - the indices to created.
See Also:
AbstractOutputManager(java.lang.String, de.smartics.maven.util.report.MessageHelper, de.smartics.testdoc.maven.export.xml.XmlExporter, java.util.List )
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.