This class is used to render the output of the MaesurementFactory into a
simple html-based report. Header, Footer and page oriented information are
used for creating the html side. The MeasureDataRenderer,
MeasureDataRendererColumnHeader and the
MeasureDataRendererPage interfaces are implemented.
author: w.klaas
getColumnHeaderAsString(MeasurePoint point) This methode will generate the string representation of the header of the
desired renderer for measure points.
Parameters: point - goes in.
getDataAsString(MeasurePoint point, String jumpPrefix) This methode will generate the string representation of the desired
renderer for one measure point.
Parameters: point - goes in. Parameters: jumpPrefix - the prefix needed for jumping in the html file.
This methode will generate the string representation of the desired
renderer for one measure point.
Parameters: point - goes in. Parameters: jumpPrefix - the prefix needed for jumping in the html file. String the string representation of the values See Also:de.mcs.jmeasurement.renderer.MeasureDataRenderer.getDataAsString(MeasurePointString)
generating a report from persistence data.
Parameters: args - first argument is the file with the persistence data. Secondmust be the file the report should be exported to. throws: IOException - if something goes wrong. throws: SAXException - if something goes wrong. throws: MeasurementException - if something goes wrong.