de.smartics.properties.reports
Class XmlPropertyItemReport

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

public final class XmlPropertyItemReport
     
     
extends Object

Report on a single property.


Constructor Summary
XmlPropertyItemReport(String encoding)
          Default constructor.
 
Method Summary
 void write(PropertyReportItem reportItem, 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

XmlPropertyItemReport

public XmlPropertyItemReport(String encoding)
Default constructor.

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

write

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

Parameters:
reportItem - the report item 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.