Interface CsvFileProvider

All Known Implementing Classes:
FixedNameCsvFileProvider

public interface CsvFileProvider
This interface allows a pluggable implementation of what file names the CsvReporter will write to.
  • Method Summary

    Modifier and Type
    Method
    Description
    getFile(File directory, String metricName)
     
  • Method Details