| 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 |
|---|---|
RuleId |
TestAssertion.getRuleId() |
| Modifier and Type | Method and Description |
|---|---|
static TestAssertion |
ValidationResults.assertionFromValues(int ordinal,
RuleId ruleId,
TestAssertion.Status status,
String message,
Location location)
Creates an immutable TestAssertion instance from the passed parameter
values.
|
| Modifier and Type | Method and Description |
|---|---|
static RuleId |
Profiles.defaultRuleId()
Returns an immutable default instance of a RuleId.
|
RuleId |
Rule.getRuleId() |
static RuleId |
Profiles.ruleIdFromValues(PDFAFlavour.Specification specification,
String clause,
int testNumber)
Returns a
RuleId instance initialised with the passed values. |
| Modifier and Type | Method and Description |
|---|---|
int |
Profiles.RuleIdComparator.compare(RuleId firstId,
RuleId secondId) |
Rule |
ValidationProfile.getRuleByRuleId(RuleId id) |
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–2018 The veraPDF Consortium. All rights reserved.