See: Description
| Interface | Description |
|---|---|
| ErrorDetails |
Encapsulates the details of an error message, a String message and a
List of arguments to substitute into the error message |
| ProfileDetails |
Convenience gathering of a set of properties that help identify and describe
a
ValidationProfile. |
| ProfileDirectory |
A ProfileDirectory provides access to a set of
ValidationProfiles
that can be retrieved by String id or PDFAFlavour. |
| Reference |
A Reference is used to correlate a validation
Rule to a specific
clause in a PDF/A Specification Part. |
| Rule |
Encapsulates a PDF/A Validation Rule including the String property
Rule.getTest() which is the logical expression that is evaluated when
applying the test for this rule. |
| RuleId |
RuleIds are used to identify the individual
Rules that make up a
ValidationProfile. |
| ValidationProfile |
veraPDF ValidationProfiles encapsulate the validation rules and tests that
are enforced by the PDF/A Validator.
|
| Variable |
Interface that encapsulates the behaviour of variables in
ValidationProfiles. |
| Class | Description |
|---|---|
| Profiles |
Utitlity class that provides helper methods for handling
ValidationProfiles and associated classes. |
| Profiles.RuleComparator | |
| Profiles.RuleIdComparator |
These types are intended for use by developers wishing to implement custom validators and validation rules.
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.