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