| Package | Description |
|---|---|
| org.verapdf.processor | |
| org.verapdf.processor.reports |
| Modifier and Type | Method and Description |
|---|---|
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) |
BatchSummary |
ProcessorFactory.BatchSummariser.summarise() |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
static BatchSummary |
Reports.createBatchSummary(Components.Timer timer,
ValidationBatchSummary validationSummary,
FeaturesBatchSummary featureSummary,
MetadataRepairBatchSummary repairSummary,
int totalJobs,
int failedToParse,
int encrypted) |
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.