com.googlecode.flyway.ant
Class AbstractMigrationLoadingTask.PlaceholderElement
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMigrationLoadingTask.PlaceholderElement
public AbstractMigrationLoadingTask.PlaceholderElement()
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.