com.googlecode.flyway.core.api.migration
Interface MigrationInfoProvider


public interface MigrationInfoProvider

Migration implementors that also implement this interface will be able to specify their version and description manually, instead of having it automatically computed.


Method Summary
 java.lang.String getDescription()
           
 Version getVersion()
           
 

Method Detail

getVersion

Version getVersion()
Returns:
The version after the migration is complete.

getDescription

java.lang.String getDescription()
Returns:
The description for the migration history.


Copyright © 2012. All Rights Reserved.