com.googlecode.flyway.core.migration.java
Interface JavaMigrationChecksumProvider

All Known Implementing Classes:
BaseJavaMigration

public interface JavaMigrationChecksumProvider

JavaMigration implementors that also implement this interface will be able to specify their checksum (for validation), instead of having it automatically default to null.


Method Summary
 java.lang.Integer getChecksum()
           
 

Method Detail

getChecksum

java.lang.Integer getChecksum()
Returns:
The checksum of the migration.


Copyright © 2011. All Rights Reserved.