| Package | Description |
|---|---|
| org.verapdf.core |
Core types and constructs to support validation classes.
|
| org.verapdf.core.utils | |
| org.verapdf.policy | |
| org.verapdf.processor |
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptedPdfException |
class |
FeatureParsingException
Exception type for errors that occur while parsing PDF Features
|
class |
ModelParsingException
Exception type for PDFParser problems.
|
class |
ProfileException
Exception that occurs when there is a problem parsing a validation profile.
|
class |
ValidationException
Exception type for problems encountered while performing validation.
|
| Modifier and Type | Method and Description |
|---|---|
File |
FileOutputMapper.mapFile(File orig)
Map an original source file to an output file using the getPrefix() as
the file name prefix and get suffix as the suffix.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PolicyChecker.applyPolicy(File policy,
InputStream xmlReport,
OutputStream policyReport)
Apply a veraPDF policy expressed as schematron to a veraPDF report.
|
static void |
PolicyChecker.applyPolicy(InputStream policy,
InputStream xmlReport,
OutputStream policyReport,
boolean isXsl)
Apply a veraPDF policy expressed as schematron to a veraPDF report.
|
static void |
PolicyChecker.insertPolicyReport(File policyReport,
File mrrReport,
OutputStream mergedReport)
Adds a policy report to a veraPDF machine readable report instance,
effectively a merge carried out by an XSLT transform.
|
| Modifier and Type | Method and Description |
|---|---|
VeraPDFException |
TaskResult.getException() |
protected static VeraPDFException |
AbstractXmlHandler.wrapMarshallException(JAXBException excep,
String typePart) |
protected static VeraPDFException |
AbstractXmlHandler.wrapStreamException(XMLStreamException excep) |
protected static VeraPDFException |
AbstractXmlHandler.wrapStreamException(XMLStreamException excep,
String verbPart) |
| Modifier and Type | Method and Description |
|---|---|
static BatchProcessingHandler |
ProcessorFactory.getHandler(FormatOption option,
boolean isVerbose,
int maxFailedChecksPerRule,
boolean logPassed) |
static BatchProcessingHandler |
ProcessorFactory.getHandler(FormatOption option,
boolean isVerbose,
OutputStream reportStream,
int maxFailedChecksPerRule,
boolean logPassed) |
void |
BatchProcessingHandler.handleBatchEnd(BatchSummary summary)
This method is called by the
BatchProcessor at the end of the
batch process and allows custom action to be taken informed by the
summary of the batch process. |
void |
BatchProcessingHandler.handleBatchStart(ProcessorConfig config)
This method is called by the
BatchProcessor at the start of
processing. |
void |
BatchProcessingHandler.handleResult(ProcessorResult result)
This method is called by the
BatchProcessor after each item in
the batch is processed allowing the implementor to take specific action
for each item processed. |
void |
AbstractBatchHandler.handleResult(ProcessorResult result) |
ProcessorResult |
ItemProcessor.process(File toProcess)
Process a
File and return the ProcessorResult |
BatchSummary |
BatchProcessor.process(File toProcess,
boolean recurse,
BatchProcessingHandler resutlHandler)
Process all .pdf files in a directory, optionally recursively.
|
BatchSummary |
AbstractBatchProcessor.process(File toProcess,
boolean recurse,
BatchProcessingHandler resultHandler) |
BatchSummary |
BatchProcessor.process(List<? extends File> toProcess,
BatchProcessingHandler resutlHandler)
Process a list of PDF files
|
BatchSummary |
AbstractBatchProcessor.process(List<? extends File> toProcess,
BatchProcessingHandler resultHandler) |
protected void |
BatchFileProcessor.processContainer(File container,
boolean recurse) |
protected abstract void |
AbstractBatchProcessor.processContainer(File container,
boolean recurse) |
protected void |
BatchFileProcessor.processList(List<? extends File> toProcess) |
protected abstract void |
AbstractBatchProcessor.processList(List<? extends File> toProcess) |
protected void |
AbstractBatchProcessor.processResult(ProcessorResult result) |
static BatchProcessingHandler |
ProcessorFactory.rawResultHandler() |
static BatchProcessingHandler |
ProcessorFactory.rawResultHandler(Writer dest) |
protected <T> void |
AbstractXmlHandler.serialseElement(T obj,
String eleName,
boolean format,
boolean fragment) |
| Constructor and Description |
|---|
AbstractXmlHandler(Writer dest) |
Copyright © 2015–2018 The veraPDF Consortium. All rights reserved.