com.googlecode.flyway.ant
Class MigrateTask.PlaceholderElement

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

public static class MigrateTask.PlaceholderElement
extends java.lang.Object

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


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

Constructor Detail

MigrateTask.PlaceholderElement

public MigrateTask.PlaceholderElement()
Method Detail

setName

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

setValue

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


Copyright © 2012. All Rights Reserved.