Uses of Interface
org.dspace.checker.ChecksumResultsCollector
-
Packages that use ChecksumResultsCollector Package Description org.dspace.checker 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 ChecksumResultsCollector Modifier and Type Class Description classResultsLoggerCollects results from a Checksum process and outputs them to a Log4j Logger.Methods in org.dspace.checker that return ChecksumResultsCollector Modifier and Type Method Description ChecksumResultsCollectorCheckerCommand. getCollector()Get the collector that holds/logs the results for this process run.Methods in org.dspace.checker with parameters of type ChecksumResultsCollector Modifier and Type Method Description voidCheckerCommand. setCollector(ChecksumResultsCollector collector)Set the collector that holds/logs the results for this process run.
-