| Package | Description |
|---|---|
| org.verapdf.pdfa.validation.profiles |
Interfaces and reference implementations for PDF/A validation and validation
profiles.
|
| Modifier and Type | Method and Description |
|---|---|
static Reference |
Profiles.defaultReference()
Returns an immutable default instance of a Reference.
|
static Reference |
Profiles.referenceFromValues(String specification,
String clause)
Returns a
Reference instance initialised with the passed values. |
| Modifier and Type | Method and Description |
|---|---|
List<Reference> |
Rule.getReferences() |
| Modifier and Type | Method and Description |
|---|---|
static Rule |
Profiles.ruleFromValues(RuleId id,
String object,
Boolean deferred,
String description,
String test,
ErrorDetails error,
List<Reference> references)
Returns a
Rule instance initialised with the passed values. |
static Rule |
Profiles.ruleFromValues(RuleId id,
String object,
String description,
String test,
ErrorDetails error,
List<Reference> references)
Returns a
Rule instance initialised with the passed values. |
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.