Uses of Class
org.flywaydb.core.api.Location
Packages that use Location
Package
Description
FlywayException, MigrationInfo and related classes.
Interfaces for Flyway configuration injection.
-
Uses of Location in org.flywaydb.core.api
Methods in org.flywaydb.core.api that return LocationModifier and TypeMethodDescriptionstatic Locationstatic LocationLocation.fromWildcardPath(String prefix, String rootPath, String wildcardPath, Pattern pathRegex) Methods in org.flywaydb.core.api with parameters of type Location -
Uses of Location in org.flywaydb.core.api.configuration
Methods in org.flywaydb.core.api.configuration that return LocationModifier and TypeMethodDescriptionLocation[]ClassicConfiguration.getCallbackLocations()Location[]Configuration.getCallbackLocations()Retrieves the locations to scan recursively for callbacks.Location[]FluentConfiguration.getCallbackLocations()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 LocationModifier and TypeMethodDescriptionFluentConfiguration.callbackLocations(Location... callbackLocations) Sets the locations to scan recursively for callbacks.Sets the locations to scan recursively for migrations.voidClassicConfiguration.setCallbackLocations(Location... callbackLocations) Sets the locations to scan recursively for callbacks.voidClassicConfiguration.setLocations(Location... locations) Sets the locations to scan recursively for migrations.