Class ReportGeneratorImpl


  • public class ReportGeneratorImpl
    extends Object
    This concrete implementation orchestrates the generation of the validation report
    Since:
    2020-12-16
    Author:
    dbernstein, awoods
    • Constructor Detail

      • ReportGeneratorImpl

        public ReportGeneratorImpl​(Path resultDir,
                                   ReportHandler reportHandler)
        Constructor
        Parameters:
        resultDir - where validation result files are located
        reportHandler - that writes the report to disk
    • Method Detail

      • generate

        public String generate()
        This method starts the report generation