Klasse Checksums
java.lang.Object
org.apache.torque.generator.control.Checksums
Stores Checksums and dates of the checksums, keyed by a String.
- Version:
- $Id$
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbyte[]
getChecksum
(String name) getModificationDate
(String name) readFromFile
(File toReadFrom) setChecksum
(String name, byte[] checksum) setModificationDate
(String name, Date modificationDate) writeToFile
(File toWriteTo)
-
Konstruktordetails
-
Checksums
public Checksums()
-
-
Methodendetails
-
getChecksum
-
setChecksum
-
getChecksums
-
getModificationDate
-
setModificationDate
-
getModificationDates
-
writeToFile
- Löst aus:
IOException
-
readFromFile
- Löst aus:
IOException
-