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 LocationModifier and TypeMethodDescriptionintstatic booleanCoreLocationPrefix.isClassPath(Location location) static booleanCoreLocationPrefix.isFileSystem(Location location) booleanLocation.isParentOf(Location other) Deprecated.This method was previously for internal use by Flyway and is specific to the calling code use case. -
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. -
Uses of Location in org.flywaydb.core.api.locations
Methods in org.flywaydb.core.api.locations that return LocationModifier and TypeMethodDescriptionstatic LocationLocationParser.parseLocation(String descriptor) Parses a location descriptor as provided in flyway configuration Validates that the location type, as defined by the prefix, can be handled Handles wildcard location parsing Normalizes the location path For a known location with no wildcards, the location can instead be constructed directly usingfromPath(String, String)static LocationLocationParser.parseLocation(String descriptor, String defaultPrefix, org.flywaydb.core.internal.scanner.ReadOnlyLocationHandler... additionalLocationHandlers)