| Package | Description |
|---|---|
| org.verapdf.pdfa.validators |
| Modifier and Type | Method and Description |
|---|---|
static PDFAValidator |
Validators.createValidator(PDFAFlavour flavour,
boolean logPassedChecks)
Creates a new
PDFAValidator instance that uses one of the
ValidationProfiles packaged as a core library resource. |
static PDFAValidator |
Validators.createValidator(PDFAFlavour flavour,
boolean logPassedChecks,
int maxFailures)
Creates a new
PDFAValidator instance that uses one of the
ValidationProfiles packaged as a core library resource, see
Validators.createValidator(PDFAFlavour, boolean). |
static PDFAValidator |
Validators.createValidator(ValidationProfile profile)
Creates a new
PDFAValidator initialised with the passed profile
and configured NOT to log passed checks. |
static PDFAValidator |
Validators.createValidator(ValidationProfile profile,
boolean logPassedChecks)
Creates a new
PDFAValidator initialised with the passed profile
and chosen passed test logging. |
static PDFAValidator |
Validators.createValidator(ValidationProfile profile,
boolean logPassedChecks,
int maxFailures)
Creates a new
PDFAValidator initialised with the passed profile,
chosen passed test logging and requested fast failing behaviour. |
static PDFAValidator |
Validators.createValidator(ValidationProfile profile,
int maxFailures)
Creates a new
PDFAValidator initialised with the passed profile,
requested fast failing behaviour and configured NOT to log passed checks. |
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.