com.googlecode.flyway.ant
Class AbstractMigrationLoadingTask.PlaceholdersElement
java.lang.Object
com.googlecode.flyway.ant.AbstractMigrationLoadingTask.PlaceholdersElement
- Enclosing class:
- AbstractMigrationLoadingTask
public static class AbstractMigrationLoadingTask.PlaceholdersElement
- extends Object
Nested <placeholders> element of the migrate Ant task.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMigrationLoadingTask.PlaceholdersElement
public AbstractMigrationLoadingTask.PlaceholdersElement()
addConfiguredPlaceholder
public void addConfiguredPlaceholder(AbstractMigrationLoadingTask.PlaceholderElement placeholder)
- Adds a placeholder from a nested <placeholder> element. Called by Ant.
- Parameters:
placeholder - The fully configured placeholder element.
Copyright © 2012. All Rights Reserved.