Package org.verapdf.processor.reports
Interface ValidationReport
-
public interface ValidationReport- Version:
- 0.1 Created 9 Nov 2016:07:43:07
- Author:
- Carl Wilson carlwilson AT github
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidationDetailsgetDetails()StringgetProfileName()StringgetStatement()booleanisCompliant()
-
-
-
Method Detail
-
getProfileName
String getProfileName()
- Returns:
- the name of the
ValidationProfileused to validate
-
getDetails
ValidationDetails getDetails()
- Returns:
- the
ValidationDetailsfor the validation task
-
getStatement
String getStatement()
- Returns:
- the validation statement
-
isCompliant
boolean isCompliant()
- Returns:
- true if the PDF was compliant with the profile
-
-