Class Checksums
java.lang.Object
org.apache.torque.generator.control.Checksums
Stores Checksums and dates of the checksums, keyed by a String.
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getChecksum(String name) getModificationDate(String name) readFromFile(File toReadFrom) setChecksum(String name, byte[] checksum) setModificationDate(String name, Date modificationDate) writeToFile(File toWriteTo)
-
Constructor Details
-
Checksums
public Checksums()
-
-
Method Details
-
getChecksum
-
setChecksum
-
getChecksums
-
getModificationDate
-
setModificationDate
-
getModificationDates
-
writeToFile
- Throws:
IOException
-
readFromFile
- Throws:
IOException
-