public class Fix extends Object
Constructor and Description |
---|
Fix() |
Modifier and Type | Method and Description |
---|---|
void |
fixChecksum(String path)
Remove entries in the inventory where the file does not exist.
|
void |
fixRemove(String path)
Remove entries in the inventory where the file does not exist.
|
void |
fixTimestamp(String path)
Fix a mimic collection.
|
static void |
main(String[] args)
Command-line interface.
|
void |
showHelp()
Show the help for the tool.
|
public static void main(String[] args)
args
- command-line arguments.public void showHelp()
public void fixTimestamp(String path) throws Exception
path
- the pathname of the file containing the checksum records.Exception
public void fixRemove(String path) throws Exception
path
- the pathname of the file containing the checksum records.Exception
Copyright © 2014-2016 Regents University of California. All Rights Reserved.