com.googlecode.flyway.ant
Class AbstractMigrationLoadingTask.PlaceholderElement

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

public static class AbstractMigrationLoadingTask.PlaceholderElement
extends Object

Nested <placeholder> element inside the <placeholders> element of the migrate Ant task.


Constructor Summary
AbstractMigrationLoadingTask.PlaceholderElement()
           
 
Method Summary
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMigrationLoadingTask.PlaceholderElement

public AbstractMigrationLoadingTask.PlaceholderElement()
Method Detail

setName

public void setName(String name)
Parameters:
name - The name of the placeholder.

setValue

public void setValue(String value)
Parameters:
value - The value of the placeholder.


Copyright © 2012. All Rights Reserved.