Uses of Interface
org.verapdf.processor.reports.BatchSummary
-
Packages that use BatchSummary Package Description org.verapdf.processor org.verapdf.processor.reports -
-
Uses of BatchSummary in org.verapdf.processor
Methods in org.verapdf.processor that return BatchSummary Modifier and Type Method Description BatchSummaryAbstractBatchProcessor. process(File toProcess, boolean recurse, BatchProcessingHandler resultHandler)BatchSummaryAbstractBatchProcessor. process(List<? extends File> toProcess, BatchProcessingHandler resultHandler)BatchSummaryBatchProcessor. process(File toProcess, boolean recurse, BatchProcessingHandler resutlHandler)Process all .pdf files in a directory, optionally recursively.BatchSummaryBatchProcessor. process(List<? extends File> toProcess, BatchProcessingHandler resutlHandler)Process a list of PDF filesBatchSummaryProcessorFactory.BatchSummariser. summarise()Methods in org.verapdf.processor with parameters of type BatchSummary Modifier and Type Method Description voidBatchProcessingHandler. handleBatchEnd(BatchSummary summary)This method is called by theBatchProcessorat the end of the batch process and allows custom action to be taken informed by the summary of the batch process.voidJsonHandler. handleBatchEnd(BatchSummary summary) -
Uses of BatchSummary in org.verapdf.processor.reports
Methods in org.verapdf.processor.reports that return BatchSummary Modifier and Type Method Description static BatchSummaryReports. createBatchSummary(Components.Timer timer, ValidationBatchSummary validationSummary, FeaturesBatchSummary featureSummary, MetadataRepairBatchSummary repairSummary, int totalJobs, int failedToParse, int encrypted, int outOfMemory, int veraExceptions)
-