|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MergeFileWriter
Writer for a merge file report.
| Method Summary | |
|---|---|
void |
close()
Ends the merge file creation session. |
void |
startCase(java.lang.String currentCaseName)
Initiates a profiler case. |
void |
startMetric(MergeMetric metric)
Initiates a metric. |
void |
startScenario(java.lang.String currentScenarioName)
Initiates a profiler scenario. |
void |
writeMetricValue(MetricValue value)
Writes a metric value to the merge file. |
| Method Detail |
|---|
void startCase(java.lang.String currentCaseName)
currentCaseName - the profiler case name.void startScenario(java.lang.String currentScenarioName)
currentScenarioName - the profiler scenario name.void startMetric(MergeMetric metric)
metric - the metric to be written.void writeMetricValue(MetricValue value)
value - the metric value to be written.void close()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||