Interface Reporter
-
- All Known Implementing Classes:
CsvReporter,TableReporter,TextReporter
public interface ReporterA reporter that collects the results and prints the output.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprint(List<PolicyStats> results)Writes the report to the output destination.
-
-
-
Method Detail
-
print
void print(List<PolicyStats> results)
Writes the report to the output destination.
-
-