| Package | Description |
|---|---|
| org.verapdf.pdfa.validation.profiles |
Interfaces and reference implementations for PDF/A validation and validation
profiles.
|
| org.verapdf.pdfa.validation.validators |
| Modifier and Type | Method and Description |
|---|---|
static Rule |
Profiles.defaultRule()
Returns an immutable default instance of a Rule.
|
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. |
| Modifier and Type | Method and Description |
|---|---|
Set<Rule> |
ValidationProfile.getRules() |
Set<Rule> |
ValidationProfile.getRulesByObject(String objectName)
Retrieve the complete Set of validation
Rules associated with a
PDF object |
| Modifier and Type | Method and Description |
|---|---|
int |
Profiles.RuleComparator.compare(Rule firstRule,
Rule secondRule) |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
JavaScriptEvaluator.getTestEvalResult(org.verapdf.model.baselayer.Object obj,
Rule rule,
org.mozilla.javascript.ScriptableObject scope) |
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.