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