| 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 Variable |
Profiles.defaultVariable()
Returns an immutable default instance of a Variable.
|
static Variable |
Profiles.variableFromValues(String name,
String object,
String defaultValue,
String value)
Returns a
Variable instance initialised with the passed values. |
| Modifier and Type | Method and Description |
|---|---|
Set<Variable> |
ValidationProfile.getVariables()
TODO: A better explanation of Variables and their role.
|
Set<Variable> |
ValidationProfile.getVariablesByObject(String objectName)
TODO: A better explanation of Variables and their role.
|
| 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 Object |
JavaScriptEvaluator.evalVariableResult(Variable variable,
Object object,
org.mozilla.javascript.ScriptableObject scope) |
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.