Deprecated API


Contents
Deprecated Methods
com.googlecode.flyway.ant.AbstractMigrationLoadingTask.addConfiguredPlaceholder(AbstractMigrationLoadingTask.PlaceholderElement)
          Use the <placeholders> element instead of adding individual <placeholder> elements directly. Will be removed in Flyway 3.0. 
com.googlecode.flyway.ant.AbstractMigrationLoadingTask.setBaseDir(String)
          Use locations instead. Will be removed in Flyway 3.0. 
com.googlecode.flyway.ant.AbstractMigrationLoadingTask.setBasePackage(String)
          Use locations instead. Will be removed in Flyway 3.0. 
com.googlecode.flyway.ant.MigrateTask.setDisableInitCheck(boolean)
          Use initOnMigrate instead. Will be removed in Flyway 3.0. 
com.googlecode.flyway.ant.AbstractMigrationLoadingTask.setValidationErrorMode(String)
          Use cleanOnValidationError instead. Will be removed in Flyway 3.0. 
com.googlecode.flyway.ant.MigrateTask.setValidationMode(String)
          Use validateOnMigrate instead. Will be removed in Flyway 3.0. 
 



Copyright © 2012. All Rights Reserved.