Uses of Class
migratedb.v1.core.api.Location
Packages that use Location
Package
Description
MigrateDbException, MigrationInfo and related classes.
Interfaces for MigrateDB configuration
Private API.
-
Uses of Location in migratedb.v1.core.api
Subclasses of Location in migratedb.v1.core.apiModifier and TypeClassDescriptionstatic final classstatic final classstatic final classMethods in migratedb.v1.core.api that return LocationModifier and TypeMethodDescriptionstatic LocationLocation.parse(String locationString, @Nullable ClassLoader classLoader) -
Uses of Location in migratedb.v1.core.api.configuration
Methods in migratedb.v1.core.api.configuration that return types with arguments of type LocationModifier and TypeMethodDescriptionConfiguration.getLocations()DefaultConfiguration.getLocations()FluentConfiguration.getLocations()Methods in migratedb.v1.core.api.configuration with parameters of type LocationModifier and TypeMethodDescriptionSets the locations to scan recursively for migrations.voidDefaultConfiguration.setLocations(Location... locations) Sets the locations to scan recursively for migrations.Method parameters in migratedb.v1.core.api.configuration with type arguments of type LocationModifier and TypeMethodDescriptionFluentConfiguration.locations(Collection<Location> locations) Sets the locations to scan recursively for migrations.voidDefaultConfiguration.setLocations(Collection<Location> locations) Sets the locations to scan recursively for migrations. -
Uses of Location in migratedb.v1.core.internal.util
Methods in migratedb.v1.core.internal.util that return types with arguments of type LocationConstructor parameters in migratedb.v1.core.internal.util with type arguments of type LocationModifierConstructorDescriptionCreates a new Locations wrapper with these locations.LocationScanner(Class<T> supertype, Collection<Location> locations, ClassLoader classLoader, boolean failOnMissingLocations)