com.googlecode.flyway.ant
Class PlaceholderElement

java.lang.Object
  extended by com.googlecode.flyway.ant.PlaceholderElement

public class PlaceholderElement
extends java.lang.Object

Nested <placeholder> element for the flyway:migrate Ant task.


Constructor Summary
PlaceholderElement()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 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

PlaceholderElement

public PlaceholderElement()
Method Detail

getName

public java.lang.String getName()
Returns:
The name of the placeholder.

setName

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

getValue

public java.lang.String getValue()
Returns:
The value of the placeholder.

setValue

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


Copyright © 2011. All Rights Reserved.