Package com.googlecode.flyway.ant

Class Summary
AbstractFlywayTask Base class for all Flyway Ant tasks.
AbstractMigrationLoadingTask Base class for tasks that rely on loading migrations from the classpath.
AbstractMigrationLoadingTask.LocationElement One <location> sub-element within the <locations> element.
AbstractMigrationLoadingTask.Locations The nested <locations> element of the task.
AbstractMigrationLoadingTask.PlaceholderElement Nested <placeholder> element inside the <placeholders> element of the migrate Ant task.
AbstractMigrationLoadingTask.PlaceholdersElement Nested <placeholders> element of the migrate Ant task.
AntLog Wrapper around an Ant Logger.
AntLogCreator Log Creator for Ant Logging.
CleanTask Ant task that drops all database objects.
HistoryTask Ant task that shows the history (all applied migrations) of the database.
InfoTask Ant task to retrieve the complete information about the migrations including applied, pending and current migrations with details and status.
InitTask Ant task that initializes the metadata table in an existing schema.
MigrateTask Ant task that triggers the migration of the configured database to the latest version.
RepairTask Ant task that repairs the metadata table after a failed migration on a database without DDL transactions.
StatusTask Flyway status task.
ValidateTask Ant task to validate the applied migrations in the database against the available classpath migrations in order to detect accidental migration changes.
 



Copyright © 2012. All Rights Reserved.