de.smartics.properties.reports
Class XmlPropertySetReport

Package class diagram package XmlPropertySetReport
java.lang.Object
  extended by de.smartics.properties.reports.XmlPropertySetReport

public final class XmlPropertySetReport
     
     
extends Object

Report on a single property set.


Constructor Summary
XmlPropertySetReport(String encoding)
          Default constructor.
 
Method Summary
 void write(PropertyReportSet reportSet, OutputStream output)
          Writes the report to the given output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlPropertySetReport

public XmlPropertySetReport(String encoding)
Default constructor.

Parameters:
encoding - the encoding used to write.
Method Detail

write

public void write(PropertyReportSet reportSet,
                  OutputStream output)
           throws NullPointerException,
                  IOException
Writes the report to the given output stream.

Parameters:
reportSet - the report set to write.
output - the stream to write to.
Throws:
NullPointerException - if reportItem or output is null.
IOException - on any problem writing to the stream.


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