Uses of Interface
org.verapdf.processor.reports.ValidationReport
-
Packages that use ValidationReport Package Description org.verapdf.processor.reports -
-
Uses of ValidationReport in org.verapdf.processor.reports
Methods in org.verapdf.processor.reports that return ValidationReport Modifier and Type Method Description static ValidationReportReports. createValidationReport(ValidationResult validationResult, boolean logPassed)static ValidationReportReports. createValidationReport(ValidationDetails details, String profileName, String statement, boolean isCompliant)Creates a newValidationReportinstance from the passed parametersstatic ValidationReportReports. validationReportFromXml(String xmlSource)Deserialise aValidationReportfrom an XML string
-