com.google.code.flyway.core.java
Class BaseJavaMigration

java.lang.Object
  extended by com.google.code.flyway.core.BaseMigration
      extended by com.google.code.flyway.core.java.BaseJavaMigration
All Implemented Interfaces:
Migration

public abstract class BaseJavaMigration
extends BaseMigration

Base class for java migration classes whose name conforms to the Flyway standard.


Constructor Summary
protected BaseJavaMigration()
          Initializes this Migration with this standard Flyway name.
 
Method Summary
 java.lang.String getScriptName()
           
 
Methods inherited from class com.google.code.flyway.core.BaseMigration
doMigrate, getExecutionTime, getState, getVersion, initVersion, migrate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseJavaMigration

protected BaseJavaMigration()
Initializes this Migration with this standard Flyway name.

Method Detail

getScriptName

public java.lang.String getScriptName()
Returns:
The script name for the migration history.


Copyright © 2010. All Rights Reserved.