com.googlecode.flyway.ant
Class AbstractMigrationLoadingTask.LocationElement

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

public static class AbstractMigrationLoadingTask.LocationElement
extends Object

One <location> sub-element within the <locations> element.


Constructor Summary
AbstractMigrationLoadingTask.LocationElement()
           
 
Method Summary
 void setPath(String path)
          Do not use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMigrationLoadingTask.LocationElement

public AbstractMigrationLoadingTask.LocationElement()
Method Detail

setPath

public void setPath(String path)
Do not use. For Ant itself.

Parameters:
path - The path of the location.


Copyright © 2012. All Rights Reserved.