Class ReportGeneratorImpl
- java.lang.Object
-
- org.fcrepo.migration.validator.report.ReportGeneratorImpl
-
public class ReportGeneratorImpl extends Object
This concrete implementation orchestrates the generation of the validation report- Since:
- 2020-12-16
- Author:
- dbernstein, awoods
-
-
Constructor Summary
Constructors Constructor Description ReportGeneratorImpl(Path resultDir, ReportHandler reportHandler)Constructor
-
-
-
Constructor Detail
-
ReportGeneratorImpl
public ReportGeneratorImpl(Path resultDir, ReportHandler reportHandler)
Constructor- Parameters:
resultDir- where validation result files are locatedreportHandler- that writes the report to disk
-
-
Method Detail
-
generate
public String generate()
This method starts the report generation
-
-