de.smartics.properties.reports
Class XmlPropertyItemReport
java.lang.Object
de.smartics.properties.reports.XmlPropertyItemReport
-
public final class XmlPropertyItemReport
-
extends
Object
Report on a single property.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlPropertyItemReport
public XmlPropertyItemReport(String encoding)
-
Default constructor.
-
Parameters:
-
encoding
- the encoding used to write.
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.