com.googlecode.flyway.ant
Class AbstractMigrationLoadingTask.PlaceholdersElement

java.lang.Object
  extended by com.googlecode.flyway.ant.AbstractMigrationLoadingTask.PlaceholdersElement
Enclosing class:
AbstractMigrationLoadingTask

public static class AbstractMigrationLoadingTask.PlaceholdersElement
extends Object

Nested <placeholders> element of the migrate Ant task.


Constructor Summary
AbstractMigrationLoadingTask.PlaceholdersElement()
           
 
Method Summary
 void addConfiguredPlaceholder(AbstractMigrationLoadingTask.PlaceholderElement placeholder)
          Adds a placeholder from a nested <placeholder> element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMigrationLoadingTask.PlaceholdersElement

public AbstractMigrationLoadingTask.PlaceholdersElement()
Method Detail

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.