public class Check extends Object
Constructor and Description |
---|
Check() |
Modifier and Type | Method and Description |
---|---|
boolean |
check(String path,
ArrayList<String> exclude,
boolean quick,
boolean newCheck) |
static void |
main(String[] args)
Command-line interface.
|
void |
showHelp()
Show the help for the tool.
|
boolean |
verifyList(String path,
boolean quick)
Verify that files in a checksum list have checksums that match the value in the list.
|
public static void main(String[] args)
args
- command-line arguments.public void showHelp()
public boolean check(String path, ArrayList<String> exclude, boolean quick, boolean newCheck) throws Exception
Exception
public boolean verifyList(String path, boolean quick) throws Exception
path
- the pathname of the parent folder for the mimic managed collection.quick
- if true do not check the checksum for each entry.Exception
- if any error occurs.Copyright © 2014-2016 Regents University of California. All Rights Reserved.