Class SimpleValidationReportFormat
java.lang.Object
com.atlassian.oai.validator.report.SimpleValidationReportFormat
- All Implemented Interfaces:
ValidationReportFormat
Format a
ValidationReport instance into human-readable String representation for use in e.g. logs or exceptions.-
Method Summary
Modifier and TypeMethodDescriptionapply(ValidationReport report) Format the given validation report as aStringsuitable for logging etc.static SimpleValidationReportFormat
-
Method Details
-
getInstance
-
apply
Description copied from interface:ValidationReportFormatFormat the given validation report as aStringsuitable for logging etc.- Specified by:
applyin interfaceValidationReportFormat- Parameters:
report- The report to format- Returns:
- A string representation of the given report
-