Uses of Class
migratedb.v1.core.api.Location
-
Packages that use Location Package Description migratedb.v1.core.api MigrateDbException, MigrationInfo and related classes.migratedb.v1.core.api.configuration Interfaces for MigrateDB configurationmigratedb.v1.core.internal.util Private API. -
-
Uses of Location in migratedb.v1.core.api
Subclasses of Location in migratedb.v1.core.api Modifier and Type Class Description static classLocation.ClassPathLocationstatic classLocation.CustomLocationstatic classLocation.FileSystemLocationMethods in migratedb.v1.core.api that return Location Modifier and Type Method Description static 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 Location Modifier and Type Method Description List<Location>Configuration. getLocations()List<Location>DefaultConfiguration. getLocations()List<Location>FluentConfiguration. getLocations()Methods in migratedb.v1.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.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 Location Modifier and Type Method Description FluentConfigurationFluentConfiguration. 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 Location Modifier and Type Method Description List<Location>Locations. getLocations()Constructor parameters in migratedb.v1.core.internal.util with type arguments of type Location Constructor Description Locations(List<Location> rawLocations)Creates a new Locations wrapper with these locations.LocationScanner(Class<T> supertype, Collection<Location> locations, ClassLoader classLoader, boolean failOnMissingLocations)
-