Package org.dspace.app.checker
Class ChecksumChecker
- java.lang.Object
-
- org.dspace.app.checker.ChecksumChecker
-
public final class ChecksumChecker extends Object
Command line access to the checksum checker. Options are listed in the documentation for the main method.- Author:
- Jim Downing, Grace Carpenter, Nathan Sarr
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Command line access to the checksum package.
-
-
-
Method Detail
-
main
public static void main(String[] args) throws SQLException
Command line access to the checksum package.- -h
- Print help on command line options
- -l
- loop through bitstreams once
- -L
- loop continuously through bitstreams
- -d
- specify duration of process run
- -b
- specify bitstream IDs
- -a [handle_id]
- check anything by handle
- -e
- Report only errors in the logs
- -p
- Don't prune results before running checker
- Parameters:
args- the command line arguments given- Throws:
SQLException- if error
-
-