| Package | Description |
|---|---|
| org.verapdf.processor | |
| org.verapdf.processor.reports | |
| org.verapdf.report |
| Modifier and Type | Method and Description |
|---|---|
BatchSummary |
AbstractBatchProcessor.process(File toProcess,
boolean recurse,
BatchProcessingHandler resultHandler) |
BatchSummary |
BatchProcessor.process(File toProcess,
boolean recurse,
BatchProcessingHandler resutlHandler)
Process all .pdf files in a directory, optionally recursively.
|
BatchSummary |
AbstractBatchProcessor.process(List<? extends File> toProcess,
BatchProcessingHandler resultHandler) |
BatchSummary |
BatchProcessor.process(List<? extends File> toProcess,
BatchProcessingHandler resutlHandler)
Process a list of PDF files
|
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,
int jobs,
int failedJobs,
int valid,
int inValid,
int validExcep,
int features) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HTMLReport.writeHTMLReport(InputStream source,
OutputStream destination,
BatchSummary summary,
String wikiPath,
boolean isFullHTML)
Creates html validation report
|
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.