org.rhq.helpers.perftest.support.reporting
Class ExcelExporter

java.lang.Object
  extended by org.rhq.helpers.perftest.support.reporting.ExcelExporter
All Implemented Interfaces:
PerformanceReportExporter

public class ExcelExporter
extends Object
implements PerformanceReportExporter

Export data to an excel sheet

Author:
Heiko W. Rupp

Constructor Summary
ExcelExporter()
           
 
Method Summary
 void export(Map<String,Long> timings, org.testng.ITestResult result)
           
 void setBaseFile(String fileName)
           
 void setRolling(PerformanceReporting.Rolling rolling)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelExporter

public ExcelExporter()
Method Detail

setBaseFile

public void setBaseFile(String fileName)
Specified by:
setBaseFile in interface PerformanceReportExporter

setRolling

public void setRolling(PerformanceReporting.Rolling rolling)
Specified by:
setRolling in interface PerformanceReportExporter

export

public void export(Map<String,Long> timings,
                   org.testng.ITestResult result)
Specified by:
export in interface PerformanceReportExporter


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.