Method Summary |
|
public void | addResult(Result result) Adds a result to this report. |
public void | clearResults() Clears the results of this report. |
public String | getProperty(String key) Returns a property of this report.
Parameters: key - the key of the property to return. |
public Collection | getResults() Returns the results of this report in no particular
order. |
public void | putProperty(String key, String value) Adds a property to this report.
Parameters: key - the key of the property. Parameters: value - the value of the property. |
public void | readResults(Reader in) Reads results into this report from a specified reader. |
public void | writeHTML(Writer out) Formats this report as HTML on a specified writer. |
public void | writeResults(Writer out) Writes the results of this report to a specified writer. |