Uses of Interface
org.verapdf.pdfa.PDFAValidator
Packages that use PDFAValidator
Package
Description
Interfaces for PDF/A validation and Metadata repair.
-
Uses of PDFAValidator in org.verapdf.pdfa
Methods in org.verapdf.pdfa that return PDFAValidatorModifier and TypeMethodDescriptionAbstractFoundry.createFailFastValidator(PDFAFlavour flavour, int maxFailures, int maxNumberOfDisplayedFailedChecks, boolean logSuccess, boolean showErrorMessages, boolean showProgress) AbstractFoundry.createFailFastValidator(ValidationProfile profile, int maxFailures, int maxNumberOfDisplayedFailedChecks, boolean logSuccess, boolean showErrorMessages, boolean showProgress) VeraPDFFoundry.createFailFastValidator(PDFAFlavour flavour, int maxFailures, int maxNumberOfDisplayedFailedChecks, boolean logSuccess, boolean showErrorMessages, boolean showProgress) Creates a newPDFAValidatorinitialised with the passed profile, requested fast failing behaviour and configured NOT to log passed checks.VeraPDFFoundry.createFailFastValidator(ValidationProfile profile, int maxFailures, int maxNumberOfDisplayedFailedChecks, boolean logSuccess, boolean showErrorMessages, boolean showProgress) Creates a newPDFAValidatorinitialised with the passed profile, requested fast failing behaviour and configured NOT to log passed checks.AbstractFoundry.createValidator(PDFAFlavour flavour, boolean logSuccess) AbstractFoundry.createValidator(PDFAFlavour flavour, int maxNumberOfDisplayedFailedChecks, boolean logSuccess, boolean showErrorMessages, boolean showProgress) AbstractFoundry.createValidator(ValidationProfile profile, boolean logSuccess) AbstractFoundry.createValidator(ValidationProfile profile, int maxNumberOfDisplayedFailedChecks, boolean logSuccess, boolean showErrorMessages, boolean showProgress) AbstractFoundry.createValidator(ValidatorConfig config) AbstractFoundry.createValidator(ValidatorConfig config, PDFAFlavour flavour) AbstractFoundry.createValidator(ValidatorConfig config, ValidationProfile profile) VeraPDFFoundry.createValidator(PDFAFlavour flavour, boolean logSuccess) Creates a newPDFAValidatorinstance that uses one of theValidationProfiles packaged as a core library resource.VeraPDFFoundry.createValidator(PDFAFlavour flavour, int maxNumberOfDisplayedFailedChecks, boolean logSuccess, boolean showErrorMessages, boolean showProgress) VeraPDFFoundry.createValidator(ValidationProfile profile, boolean logSuccess) Creates a newPDFAValidatorinitialised with the passed profile and chosen passed test logging.VeraPDFFoundry.createValidator(ValidationProfile profile, int maxNumberOfDisplayedFailedChecks, boolean logSuccess, boolean showErrorMessages, boolean showProgress) VeraPDFFoundry.createValidator(ValidatorConfig config) Obtain a newPDFAValidatorinstance.VeraPDFFoundry.createValidator(ValidatorConfig config, PDFAFlavour flavour) Obtain a newPDFAValidatorinstance that uses a customPDFAFlavour.VeraPDFFoundry.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 PDFAValidatorMethods in org.verapdf.pdfa.validation.validators that return PDFAValidatorModifier and TypeMethodDescriptionValidatorBuilder.build()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, int maxNumberOfDisplayedFailedChecks, boolean showErrorMessages, boolean showProgress) static PDFAValidatorValidatorFactory.createValidator(PDFAFlavour flavour, int maxFailures, boolean showProgress) 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, boolean showProgress) 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, int maxNumberOfDisplayedFailedChecks, boolean showErrorMessages, boolean showProgress) static PDFAValidatorValidatorFactory.createValidator(ValidationProfile profile, int maxFailures, boolean showProgress) 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, boolean showProgress)