Uses of Interface
org.dspace.checker.ChecksumResultsCollector

Packages that use ChecksumResultsCollector
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
 class ResultsLogger
           Collects results from a Checksum process and outputs them to a Log4j Logger.
 

Methods in org.dspace.checker that return ChecksumResultsCollector
 ChecksumResultsCollector CheckerCommand.getCollector()
          Get the collector that holds/logs the results for this process run.
 

Methods in org.dspace.checker with parameters of type ChecksumResultsCollector
 void CheckerCommand.setCollector(ChecksumResultsCollector collector)
          Set the collector that holds/logs the results for this process run.
 



Copyright © 2009 The DSpace Foundation. All Rights Reserved.