Uses of Interface
org.dspace.checker.ChecksumResultsCollector
Packages that use ChecksumResultsCollector
Package
Description
Provides content fixity checking (using checksums)
for bitstreams stored in DSpace software.
-
Uses of ChecksumResultsCollector in org.dspace.checker
Classes in org.dspace.checker that implement ChecksumResultsCollectorModifier and TypeClassDescriptionclassCollects results from a Checksum process and outputs them to a Log4j Logger.Methods in org.dspace.checker that return ChecksumResultsCollectorModifier and TypeMethodDescriptionCheckerCommand.getCollector()Get the collector that holds/logs the results for this process run.Methods in org.dspace.checker with parameters of type ChecksumResultsCollectorModifier and TypeMethodDescriptionvoidCheckerCommand.setCollector(ChecksumResultsCollector collector) Set the collector that holds/logs the results for this process run.