gnu.trove.benchmark
Class XMLReporter

java.lang.Object
  extended bygnu.trove.benchmark.XMLReporter
All Implemented Interfaces:
Reporter

class XMLReporter
extends java.lang.Object
implements Reporter

Created: Thu Nov 22 20:49:24 2001

Version:
$Id: XMLReporter.java,v 1.1 2001/11/23 20:33:15 ericdf Exp $
Author:
Eric D. Friedman

Field Summary
static java.lang.String[] ENV_PROPS
           
(package private)  java.io.PrintWriter out
           
 
Constructor Summary
(package private) XMLReporter()
           
(package private) XMLReporter(java.io.PrintWriter out)
           
 
Method Summary
 void finish()
           
 void report(Result result)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

java.io.PrintWriter out

ENV_PROPS

public static final java.lang.String[] ENV_PROPS
Constructor Detail

XMLReporter

XMLReporter()

XMLReporter

XMLReporter(java.io.PrintWriter out)
Method Detail

report

public void report(Result result)
Specified by:
report in interface Reporter

start

public void start()
Specified by:
start in interface Reporter

finish

public void finish()
Specified by:
finish in interface Reporter