AutoReferee  2.5
 All Classes Functions Variables
org.mctourney.autoreferee.util.ReportGenerator Class Reference

Formats HTML match reports. More...

Public Member Functions

String generate (AutoRefMatch match)
 Generates a match report web page from a match object. More...
 
void setCustomDetail (String key, String value)
 Adds (or modifies) a custom detail for this match report generator. More...
 

Detailed Description

Formats HTML match reports.

Author
authorblues

Member Function Documentation

String org.mctourney.autoreferee.util.ReportGenerator.generate ( AutoRefMatch  match)

Generates a match report web page from a match object.

Parameters
matchmatch object
Returns
HTML for a match report web page, or null if an error occurred
void org.mctourney.autoreferee.util.ReportGenerator.setCustomDetail ( String  key,
String  value 
)

Adds (or modifies) a custom detail for this match report generator.

Custom details will appear in the order that they are defined.

Parameters
keytext for left column (descriptor)
valuetext for right column (content)

The documentation for this class was generated from the following file: