Uses of Interface
org.verapdf.processor.reports.BatchSummary
Packages that use BatchSummary
-
Uses of BatchSummary in org.verapdf.processor
Methods in org.verapdf.processor that return BatchSummaryModifier and TypeMethodDescriptionAbstractBatchProcessor.process(File toProcess, boolean recurse, BatchProcessingHandler resultHandler) AbstractBatchProcessor.process(List<? extends File> toProcess, BatchProcessingHandler resultHandler) BatchProcessor.process(File toProcess, boolean recurse, BatchProcessingHandler resutlHandler) Process all .pdf files in a directory, optionally recursively.BatchProcessor.process(List<? extends File> toProcess, BatchProcessingHandler resutlHandler) Process a list of PDF filesProcessorFactory.BatchSummariser.summarise()Methods in org.verapdf.processor with parameters of type BatchSummaryModifier and TypeMethodDescriptionvoidBatchProcessingHandler.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 BatchSummaryModifier and TypeMethodDescriptionstatic final BatchSummaryReports.createBatchSummary(Components.Timer timer, ValidationBatchSummary validationSummary, FeaturesBatchSummary featureSummary, MetadataRepairBatchSummary repairSummary, int totalJobs, int failedToParse, int encrypted, int outOfMemory, int veraExceptions)