Uses of Class
org.apache.torque.generator.control.Checksums
-
Packages that use Checksums Package Description org.apache.torque.generator.control 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 Checksums Modifier and Type Method Description Checksums
ControllerState. getLastGeneratedSourceChecksums()
Returns the checksums of the source files for the last generation run.Checksums
ControllerState. getThisGenerationSourceChecksums()
Returns the checksums of the source files for this generation run.Checksums
Checksums. readFromFile(File toReadFrom)
Checksums
Checksums. setChecksum(String name, byte[] checksum)
Checksums
Checksums. setModificationDate(String name, Date modificationDate)
Checksums
Checksums. writeToFile(File toWriteTo)
-