Package org.verapdf.processor.reports
Class AbstractBatchJobSummary
- java.lang.Object
-
- org.verapdf.processor.reports.AbstractBatchJobSummary
-
- All Implemented Interfaces:
BatchJobSummary
- Direct Known Subclasses:
FeaturesBatchSummary,MetadataRepairBatchSummary
public abstract class AbstractBatchJobSummary extends Object implements BatchJobSummary
-
-
Field Summary
Fields Modifier and Type Field Description protected intfailedJobsprotected inttotalJobs
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractBatchJobSummary()protectedAbstractBatchJobSummary(int totalJobs, int failedJobs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSuccessfulJobCount()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.processor.reports.BatchJobSummary
getFailedJobCount, getTotalJobCount
-
-
-
-
Method Detail
-
getSuccessfulJobCount
public int getSuccessfulJobCount()
- Specified by:
getSuccessfulJobCountin interfaceBatchJobSummary
-
-