Uses of Class
org.apache.torque.generator.control.Checksums
Packages that use Checksums
Package
Description
This package implements the torque generator Controller .
-
Uses of Checksums in org.apache.torque.generator.control
Methods in org.apache.torque.generator.control that return ChecksumsModifier and TypeMethodDescriptionControllerState.getLastGeneratedSourceChecksums()Returns the checksums of the source files for the last generation run.ControllerState.getThisGenerationSourceChecksums()Returns the checksums of the source files for this generation run.Checksums.readFromFile(File toReadFrom) Checksums.setChecksum(String name, byte[] checksum) Checksums.setModificationDate(String name, Date modificationDate) Checksums.writeToFile(File toWriteTo)