Package org.dspace.checker
Interface ChecksumResultsCollector
- All Known Implementing Classes:
ResultsLogger
public interface ChecksumResultsCollector
Component that receives BitstreamInfo results from a checker.
- Author:
- Jim Downing, Grace Carpenter, Nathan Sarr
-
Method Summary
Modifier and TypeMethodDescriptionvoidcollect(Context context, MostRecentChecksum info) Collects results.
-
Method Details
-
collect
Collects results.- Parameters:
context- Contextinfo- BitstreamInfo representing the check results.- Throws:
SQLException- if database error
-