public interface PerformanceReportWriter
| Modifier and Type | Method and Description |
|---|---|
void |
closeReportWriter() |
void |
openReportWriter() |
void |
writeCsvData(int csvType,
String csvData) |
void |
writeInfo(String info) |
void |
writeProperties(Properties props) |
void |
writeProperties(String header,
Properties props) |
void openReportWriter()
void closeReportWriter()
void writeCsvData(int csvType, String csvData)
void writeProperties(String header, Properties props)
void writeProperties(Properties props)
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.