Uses of Interface
org.fcrepo.migration.validator.api.ReportHandler
-
Packages that use ReportHandler Package Description org.fcrepo.migration.validator.report -
-
Uses of ReportHandler in org.fcrepo.migration.validator.report
Classes in org.fcrepo.migration.validator.report that implement ReportHandler Modifier and Type Class Description classCsvReportHandlerReport handler for csv outputclassHtmlReportHandlerThis class is responsible for writing the HTML to disk for a given validation reportclassResultsReportHandlerThis class handles/processes validation results by collecting detected errors Although there may be production uses, this class is currently designed to facilitate testing.Constructors in org.fcrepo.migration.validator.report with parameters of type ReportHandler Constructor Description ReportGeneratorImpl(Path resultDir, ReportHandler reportHandler)Constructor
-