Package org.flywaydb.scanners
Class FileSystemSqlMigrationScanner
java.lang.Object
org.flywaydb.scanners.BaseSqlMigrationScanner
org.flywaydb.scanners.FileSystemSqlMigrationScanner
- All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>,org.flywaydb.core.extensibility.Plugin,org.flywaydb.core.internal.nc.NativeConnectorsMigrationScanner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.flywaydb.core.internal.util.Pair<org.flywaydb.core.api.resource.LoadableResource, org.flywaydb.core.internal.sqlscript.SqlScriptMetadata>> scan(org.flywaydb.core.api.Location location, org.flywaydb.core.api.configuration.Configuration configuration, org.flywaydb.core.internal.parser.ParsingContext parsingContext) Methods inherited from class org.flywaydb.scanners.BaseSqlMigrationScanner
scanFromFileSystemMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flywaydb.core.extensibility.Plugin
compareTo, copy, getName, getPluginVersion, getPriority, isEnabled, isLicensed
-
Constructor Details
-
FileSystemSqlMigrationScanner
public FileSystemSqlMigrationScanner()
-
-
Method Details
-
scan
public Collection<org.flywaydb.core.internal.util.Pair<org.flywaydb.core.api.resource.LoadableResource,org.flywaydb.core.internal.sqlscript.SqlScriptMetadata>> scan(org.flywaydb.core.api.Location location, org.flywaydb.core.api.configuration.Configuration configuration, org.flywaydb.core.internal.parser.ParsingContext parsingContext)
-