A C D E H I L M R S U V W

A

AbstractFlywayTask - Class in com.googlecode.flyway.ant
Base class for all Flyway Ant tasks.
AbstractFlywayTask() - Constructor for class com.googlecode.flyway.ant.AbstractFlywayTask
 
AbstractMigrationLoadingTask - Class in com.googlecode.flyway.ant
Base class for tasks that rely on loading migrations from the classpath.
AbstractMigrationLoadingTask() - Constructor for class com.googlecode.flyway.ant.AbstractMigrationLoadingTask
 
AbstractMigrationLoadingTask.LocationElement - Class in com.googlecode.flyway.ant
One <location> sub-element within the <locations> element.
AbstractMigrationLoadingTask.LocationElement() - Constructor for class com.googlecode.flyway.ant.AbstractMigrationLoadingTask.LocationElement
 
AbstractMigrationLoadingTask.Locations - Class in com.googlecode.flyway.ant
The nested <locations> element of the task.
AbstractMigrationLoadingTask.Locations() - Constructor for class com.googlecode.flyway.ant.AbstractMigrationLoadingTask.Locations
 
AbstractMigrationLoadingTask.PlaceholderElement - Class in com.googlecode.flyway.ant
Nested <placeholder> element inside the <placeholders> element of the migrate Ant task.
AbstractMigrationLoadingTask.PlaceholderElement() - Constructor for class com.googlecode.flyway.ant.AbstractMigrationLoadingTask.PlaceholderElement
 
AbstractMigrationLoadingTask.PlaceholdersElement - Class in com.googlecode.flyway.ant
Nested <placeholders> element of the migrate Ant task.
AbstractMigrationLoadingTask.PlaceholdersElement() - Constructor for class com.googlecode.flyway.ant.AbstractMigrationLoadingTask.PlaceholdersElement
 
addConfiguredLocation(AbstractMigrationLoadingTask.LocationElement) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask.Locations
Do not use.
addConfiguredLocations(AbstractMigrationLoadingTask.Locations) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask
Do not use.
addConfiguredPlaceholder(AbstractMigrationLoadingTask.PlaceholderElement) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask
Deprecated. Use the <placeholders> element instead of adding individual <placeholder> elements directly. Will be removed in Flyway 3.0.
addConfiguredPlaceholder(AbstractMigrationLoadingTask.PlaceholderElement) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask.PlaceholdersElement
Adds a placeholder from a nested <placeholder> element.
addConfiguredPlaceholders(AbstractMigrationLoadingTask.PlaceholdersElement) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask
Adds placeholders from a nested <placeholders> element.
AntLog - Class in com.googlecode.flyway.ant
Wrapper around an Ant Logger.
AntLog(Project) - Constructor for class com.googlecode.flyway.ant.AntLog
Creates a new wrapper around this logger.
AntLogCreator - Class in com.googlecode.flyway.ant
Log Creator for Ant Logging.
AntLogCreator(Project) - Constructor for class com.googlecode.flyway.ant.AntLogCreator
Creates a new Ant Log Creator for this project.

C

CleanTask - Class in com.googlecode.flyway.ant
Ant task that drops all database objects.
CleanTask() - Constructor for class com.googlecode.flyway.ant.CleanTask
 
com.googlecode.flyway.ant - package com.googlecode.flyway.ant
 
createLogger(Class<?>) - Method in class com.googlecode.flyway.ant.AntLogCreator
 

D

debug(String) - Method in class com.googlecode.flyway.ant.AntLog
 
doExecute(Flyway) - Method in class com.googlecode.flyway.ant.AbstractFlywayTask
Executes this task.
doExecute(Flyway) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask
 
doExecute(Flyway) - Method in class com.googlecode.flyway.ant.CleanTask
 
doExecute(Flyway) - Method in class com.googlecode.flyway.ant.HistoryTask
 
doExecute(Flyway) - Method in class com.googlecode.flyway.ant.InitTask
 
doExecute(Flyway) - Method in class com.googlecode.flyway.ant.RepairTask
 
doExecute(Flyway) - Method in class com.googlecode.flyway.ant.StatusTask
 
doExecuteWithMigrationConfig(Flyway) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask
Executes Flyway fully configured for loading migrations.
doExecuteWithMigrationConfig(Flyway) - Method in class com.googlecode.flyway.ant.InfoTask
 
doExecuteWithMigrationConfig(Flyway) - Method in class com.googlecode.flyway.ant.MigrateTask
 
doExecuteWithMigrationConfig(Flyway) - Method in class com.googlecode.flyway.ant.ValidateTask
 

E

error(String) - Method in class com.googlecode.flyway.ant.AntLog
 
error(String, Exception) - Method in class com.googlecode.flyway.ant.AntLog
 
execute() - Method in class com.googlecode.flyway.ant.AbstractFlywayTask
 

H

HistoryTask - Class in com.googlecode.flyway.ant
Ant task that shows the history (all applied migrations) of the database.
HistoryTask() - Constructor for class com.googlecode.flyway.ant.HistoryTask
 

I

info(String) - Method in class com.googlecode.flyway.ant.AntLog
 
InfoTask - Class in com.googlecode.flyway.ant
Ant task to retrieve the complete information about the migrations including applied, pending and current migrations with details and status.
InfoTask() - Constructor for class com.googlecode.flyway.ant.InfoTask
 
InitTask - Class in com.googlecode.flyway.ant
Ant task that initializes the metadata table in an existing schema.
InitTask() - Constructor for class com.googlecode.flyway.ant.InitTask
 

L

log - Variable in class com.googlecode.flyway.ant.AbstractFlywayTask
Logger.

M

MigrateTask - Class in com.googlecode.flyway.ant
Ant task that triggers the migration of the configured database to the latest version.
MigrateTask() - Constructor for class com.googlecode.flyway.ant.MigrateTask
 

R

RepairTask - Class in com.googlecode.flyway.ant
Ant task that repairs the metadata table after a failed migration on a database without DDL transactions.
RepairTask() - Constructor for class com.googlecode.flyway.ant.RepairTask
 

S

setBaseDir(String) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask
Deprecated. Use locations instead. Will be removed in Flyway 3.0.
setBasePackage(String) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask
Deprecated. Use locations instead. Will be removed in Flyway 3.0.
setClasspath(Path) - Method in class com.googlecode.flyway.ant.AbstractFlywayTask
 
setClasspathref(Reference) - Method in class com.googlecode.flyway.ant.AbstractFlywayTask
 
setCleanOnValidationError(boolean) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask
 
setDisableInitCheck(boolean) - Method in class com.googlecode.flyway.ant.MigrateTask
Deprecated. Use initOnMigrate instead. Will be removed in Flyway 3.0.
setDriver(String) - Method in class com.googlecode.flyway.ant.AbstractFlywayTask
 
setEncoding(String) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask
 
setIgnoreFailedFutureMigration(boolean) - Method in class com.googlecode.flyway.ant.MigrateTask
 
setInitialDescription(String) - Method in class com.googlecode.flyway.ant.InitTask
 
setInitialVersion(String) - Method in class com.googlecode.flyway.ant.InitTask
 
setInitOnMigrate(boolean) - Method in class com.googlecode.flyway.ant.MigrateTask
Whether to automatically call init when migrate is executed against a non-empty schema with no metadata table.
setName(String) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask.PlaceholderElement
 
setOutOfOrder(boolean) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask
 
setPassword(String) - Method in class com.googlecode.flyway.ant.AbstractFlywayTask
 
setPath(String) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask.LocationElement
Do not use.
setPlaceholderPrefix(String) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask
 
setPlaceholderSuffix(String) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask
 
setSchemas(String) - Method in class com.googlecode.flyway.ant.AbstractFlywayTask
 
setSqlMigrationPrefix(String) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask
 
setSqlMigrationSuffix(String) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask
 
setTable(String) - Method in class com.googlecode.flyway.ant.AbstractFlywayTask
 
setTarget(String) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask
 
setUrl(String) - Method in class com.googlecode.flyway.ant.AbstractFlywayTask
 
setUser(String) - Method in class com.googlecode.flyway.ant.AbstractFlywayTask
 
setValidateOnMigrate(boolean) - Method in class com.googlecode.flyway.ant.MigrateTask
 
setValidationErrorMode(String) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask
Deprecated. Use cleanOnValidationError instead. Will be removed in Flyway 3.0.
setValidationMode(String) - Method in class com.googlecode.flyway.ant.MigrateTask
Deprecated. Use validateOnMigrate instead. Will be removed in Flyway 3.0.
setValue(String) - Method in class com.googlecode.flyway.ant.AbstractMigrationLoadingTask.PlaceholderElement
 
StatusTask - Class in com.googlecode.flyway.ant
Flyway status task.
StatusTask() - Constructor for class com.googlecode.flyway.ant.StatusTask
 

U

useValueIfPropertyNotSet(String, String) - Method in class com.googlecode.flyway.ant.AbstractFlywayTask
Retrieves a value either from an Ant property or if not set, directly.
useValueIfPropertyNotSet(boolean, String) - Method in class com.googlecode.flyway.ant.AbstractFlywayTask
Retrieves a boolean value either from an Ant property or if not set, directly.

V

ValidateTask - Class in com.googlecode.flyway.ant
Ant task to validate the applied migrations in the database against the available classpath migrations in order to detect accidental migration changes.
ValidateTask() - Constructor for class com.googlecode.flyway.ant.ValidateTask
 

W

warn(String) - Method in class com.googlecode.flyway.ant.AntLog
 

A C D E H I L M R S U V W

Copyright © 2012. All Rights Reserved.