fileReporters property

Map<String, String> fileReporters
final

The map of file reporters where the key is the name of the reporter and the value is the filepath to which its output should be written.

Implementation

final Map<String, String> fileReporters;