com.googlecode.flyway.ant
Class AbstractMigrationLoadingTask.Locations

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

public static class AbstractMigrationLoadingTask.Locations
extends Object

The nested <locations> element of the task. Contains 1 or more <location> sub-elements.


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

Constructor Detail

AbstractMigrationLoadingTask.Locations

public AbstractMigrationLoadingTask.Locations()
Method Detail

addConfiguredLocation

public void addConfiguredLocation(AbstractMigrationLoadingTask.LocationElement location)
Do not use. For Ant itself.

Parameters:
location - A location on the classpath.


Copyright © 2012. All Rights Reserved.