Uses of Class
org.flywaydb.core.api.Location
-
Packages that use Location Package Description org.flywaydb.core The main Flyway package and for most users, the only one they'll ever need to know about.org.flywaydb.core.api FlywayException, MigrationInfo and related classes.org.flywaydb.core.api.configuration Interfaces for Flyway configuration injection. -
-
Uses of Location in org.flywaydb.core
Methods in org.flywaydb.core that return Location Modifier and Type Method Description Location[]Flyway. getLocations()Deprecated.Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. -
Uses of Location in org.flywaydb.core.api
Methods in org.flywaydb.core.api with parameters of type Location Modifier and Type Method Description intLocation. compareTo(Location o)booleanLocation. isParentOf(Location other)Checks whether this location is a parent of this other location. -
Uses of Location in org.flywaydb.core.api.configuration
Methods in org.flywaydb.core.api.configuration that return Location Modifier and Type Method Description Location[]ClassicConfiguration. getLocations()Location[]Configuration. getLocations()Retrieves the locations to scan recursively for migrations.Location[]FluentConfiguration. getLocations()Methods in org.flywaydb.core.api.configuration with parameters of type Location Modifier and Type Method Description FluentConfigurationFluentConfiguration. locations(Location... locations)Sets the locations to scan recursively for migrations.voidClassicConfiguration. setLocations(Location... locations)Sets the locations to scan recursively for migrations.
-