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

public class FileSystemSqlMigrationScanner extends BaseSqlMigrationScanner
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class org.flywaydb.scanners.BaseSqlMigrationScanner

    scanFromFileSystem

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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)