Class MultiThreadProcessingHandlerImpl
- java.lang.Object
-
- org.verapdf.processor.reports.multithread.MultiThreadProcessingHandlerImpl
-
- All Implemented Interfaces:
MultiThreadProcessingHandler
public class MultiThreadProcessingHandlerImpl extends Object implements MultiThreadProcessingHandler
-
-
Constructor Summary
Constructors Constructor Description MultiThreadProcessingHandlerImpl(ReportWriter reportWriter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendReport()voidfillReport(ResultStructure result)voidstartReport()
-
-
-
Constructor Detail
-
MultiThreadProcessingHandlerImpl
public MultiThreadProcessingHandlerImpl(ReportWriter reportWriter)
-
-
Method Detail
-
startReport
public void startReport()
- Specified by:
startReportin interfaceMultiThreadProcessingHandler
-
fillReport
public void fillReport(ResultStructure result)
- Specified by:
fillReportin interfaceMultiThreadProcessingHandler
-
endReport
public void endReport()
- Specified by:
endReportin interfaceMultiThreadProcessingHandler
-
-