Uses of Class
org.rrd4j.core.XmlWriter
Packages that use XmlWriter
-
Uses of XmlWriter in org.rrd4j.core
Methods in org.rrd4j.core that return XmlWriterModifier and TypeMethodDescriptionXmlWriter.withDoubleFormatter
(XmlWriter.DoubleFormater doubleFormatter) Return a newXmlWriter
that will format time stamp using thisZoneId
XmlWriter.withTimeZone
(java.time.ZoneId zid) Return a newXmlWriter
that will format time stamp as ISO 8601 with this explicit time zoneZoneId
Methods in org.rrd4j.core with parameters of type XmlWriterModifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
void
Writes the RRD content toXmlWriter
using XML format.void
void
RrdDef.exportXmlTemplate
(XmlWriter xml, boolean compatible) Exports RrdDef object to output stream in XML format.