Uses of Interface
org.verapdf.pdfa.PDFAValidator
-
Packages that use PDFAValidator Package Description org.verapdf.pdfa Interfaces for PDF/A validation and Metadata repair.org.verapdf.pdfa.validation.validators -
-
Uses of PDFAValidator in org.verapdf.pdfa
Methods in org.verapdf.pdfa that return PDFAValidator Modifier and Type Method Description PDFAValidatorAbstractFoundry. createFailFastValidator(PDFAFlavour flavour, int maxFailures)PDFAValidatorAbstractFoundry. createFailFastValidator(ValidationProfile profile, int maxFailures)PDFAValidatorVeraPDFFoundry. createFailFastValidator(PDFAFlavour flavour, int maxFailures)Creates a newPDFAValidatorinitialised with the passed profile, requested fast failing behaviour and configured NOT to log passed checks.PDFAValidatorVeraPDFFoundry. createFailFastValidator(ValidationProfile profile, int maxFailures)Creates a newPDFAValidatorinitialised with the passed profile, requested fast failing behaviour and configured NOT to log passed checks.PDFAValidatorAbstractFoundry. createValidator(PDFAFlavour flavour, boolean logSuccess)PDFAValidatorAbstractFoundry. createValidator(PDFAFlavour flavour, int maxNumberOfDisplayedFailedChecks, boolean logSuccess, boolean showErrorMessages)PDFAValidatorAbstractFoundry. createValidator(ValidationProfile profile, boolean logSuccess)PDFAValidatorAbstractFoundry. createValidator(ValidationProfile profile, int maxNumberOfDisplayedFailedChecks, boolean logSuccess, boolean showErrorMessages)PDFAValidatorAbstractFoundry. createValidator(ValidatorConfig config)PDFAValidatorAbstractFoundry. createValidator(ValidatorConfig config, PDFAFlavour flavour)PDFAValidatorAbstractFoundry. createValidator(ValidatorConfig config, ValidationProfile profile)PDFAValidatorVeraPDFFoundry. createValidator(PDFAFlavour flavour, boolean logSuccess)Creates a newPDFAValidatorinstance that uses one of theValidationProfiles packaged as a core library resource.PDFAValidatorVeraPDFFoundry. createValidator(PDFAFlavour flavour, int maxNumberOfDisplayedFailedChecks, boolean logSuccess, boolean showErrorMessages)PDFAValidatorVeraPDFFoundry. createValidator(ValidationProfile profile, boolean logSuccess)Creates a newPDFAValidatorinitialised with the passed profile and chosen passed test logging.PDFAValidatorVeraPDFFoundry. createValidator(ValidationProfile profile, int maxNumberOfDisplayedFailedChecks, boolean logSuccess, boolean showErrorMessages)PDFAValidatorVeraPDFFoundry. createValidator(ValidatorConfig config)Obtain a newPDFAValidatorinstance.PDFAValidatorVeraPDFFoundry. createValidator(ValidatorConfig config, PDFAFlavour flavour)Obtain a newPDFAValidatorinstance that uses a customPDFAFlavour.PDFAValidatorVeraPDFFoundry. createValidator(ValidatorConfig config, ValidationProfile profile)Obtain a newPDFAValidatorinstance that uses a customValidationProfileinstance. -
Uses of PDFAValidator in org.verapdf.pdfa.validation.validators
Classes in org.verapdf.pdfa.validation.validators that implement PDFAValidator Modifier and Type Class Description classBaseValidatorMethods in org.verapdf.pdfa.validation.validators that return PDFAValidator Modifier and Type Method Description static PDFAValidatorValidatorFactory. createValidator(PDFAFlavour flavour, boolean logPassedChecks)Creates a newPDFAValidatorinstance that uses one of theValidationProfiles packaged as a core library resource.static PDFAValidatorValidatorFactory. createValidator(PDFAFlavour flavour, boolean logPassedChecks, int maxFailures)Creates a newPDFAValidatorinstance that uses one of theValidationProfiles packaged as a core library resource, seeValidators#createValidator(PDFAFlavour, boolean).static PDFAValidatorValidatorFactory. createValidator(PDFAFlavour flavour, boolean logPassedChecks, int maxFailures, boolean showErrorMessages)static PDFAValidatorValidatorFactory. createValidator(PDFAFlavour flavour, int maxFailures)Creates a newPDFAValidatorinitialised with the passed profile, requested fast failing behaviour and configured NOT to log passed checks.static PDFAValidatorValidatorFactory. createValidator(PDFAFlavour flavour, int maxNumberOfDisplayedFailedChecks, boolean logPassedChecks, boolean showErrorMessages)static PDFAValidatorValidatorFactory. createValidator(ValidationProfile profile)Creates a newPDFAValidatorinitialised with the passed profile and configured NOT to log passed checks.static PDFAValidatorValidatorFactory. createValidator(ValidationProfile profile, boolean logPassedChecks)Creates a newPDFAValidatorinitialised with the passed profile and chosen passed test logging.static PDFAValidatorValidatorFactory. createValidator(ValidationProfile profile, boolean logPassedChecks, int maxFailures)Creates a newPDFAValidatorinitialised with the passed profile, chosen passed test logging and requested fast failing behaviour.static PDFAValidatorValidatorFactory. createValidator(ValidationProfile profile, boolean logPassedChecks, int maxFailures, boolean showErrorMessages)static PDFAValidatorValidatorFactory. createValidator(ValidationProfile profile, int maxFailures)Creates a newPDFAValidatorinitialised with the passed profile, requested fast failing behaviour and configured NOT to log passed checks.static PDFAValidatorValidatorFactory. createValidator(ValidationProfile profile, int maxNumberOfDisplayedFailedChecks, boolean logPassedChecks, boolean showErrorMessages)
-