com.googlecode.flyway.ant
Class PlaceholderElement
java.lang.Object
com.googlecode.flyway.ant.PlaceholderElement
public class PlaceholderElement
- extends java.lang.Object
Nested <placeholder> element for the flyway:migrate Ant task.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlaceholderElement
public PlaceholderElement()
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.