| Package | Description |
|---|---|
| org.verapdf.pdfa.results |
Interfaces and reference implementations encapsulating the results of PDF/A
validation.
|
| org.verapdf.pdfa.validation.profiles |
Interfaces and reference implementations for PDF/A validation and validation
profiles.
|
| Modifier and Type | Method and Description |
|---|---|
ProfileDetails |
ValidationResult.getProfileDetails() |
| Modifier and Type | Method and Description |
|---|---|
ProfileDetails |
ValidationProfile.getDetails() |
static ProfileDetails |
Profiles.profileDetailsFromValues(String name,
String description,
String creator,
Date created)
Returns a
ProfileDetails instance initialised using the passed
values. |
| Modifier and Type | Method and Description |
|---|---|
static ValidationProfile |
Profiles.profileFromSortedValues(PDFAFlavour flavour,
ProfileDetails details,
String hash,
SortedSet<Rule> rules,
Set<Variable> variables)
Returns a
ValidationProfile instance initialised with the passed
values. |
static ValidationProfile |
Profiles.profileFromValues(PDFAFlavour flavour,
ProfileDetails details,
String hash,
Set<Rule> rules,
Set<Variable> variables)
Returns a
ValidationProfile instance initialised with the passed
values. |
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.