Uses of Class
org.fcrepo.migration.validator.report.ReportType
-
Packages that use ReportType Package Description org.fcrepo.migration.validator.api org.fcrepo.migration.validator.report -
-
Uses of ReportType in org.fcrepo.migration.validator.api
Methods in org.fcrepo.migration.validator.api with parameters of type ReportType Modifier and Type Method Description PathValidationConfig. getReportDirectory(ReportType reportType) -
Uses of ReportType in org.fcrepo.migration.validator.report
Methods in org.fcrepo.migration.validator.report that return ReportType Modifier and Type Method Description static ReportTypeReportType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportType[]ReportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.fcrepo.migration.validator.report with parameters of type ReportType Constructor Description CsvReportHandler(Path outputDir, ReportType reportType)Constructor
-