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 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.PDFAValidatorVeraPDFFoundry. createValidator(PDFAFlavour flavour, boolean logSuccess)Creates a newPDFAValidatorinstance that uses one of theValidationProfiles packaged as a core library resource.PDFAValidatorVeraPDFFoundry. createValidator(ValidationProfile profile, boolean logSuccess)Creates a newPDFAValidatorinitialised with the passed profile and chosen passed test logging.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
Methods 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, 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)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, int maxFailures)Creates a newPDFAValidatorinitialised with the passed profile, requested fast failing behaviour and configured NOT to log passed checks.
-