Class BaseSqlMigrationScanner

java.lang.Object
org.flywaydb.scanners.BaseSqlMigrationScanner
All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>, org.flywaydb.core.extensibility.Plugin, org.flywaydb.core.internal.nc.NativeConnectorsMigrationScanner
Direct Known Subclasses:
ClasspathSqlMigrationScanner, FileSystemSqlMigrationScanner

public abstract class BaseSqlMigrationScanner extends Object implements org.flywaydb.core.internal.nc.NativeConnectorsMigrationScanner
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Collection<org.flywaydb.core.internal.util.Pair<org.flywaydb.core.api.resource.LoadableResource,org.flywaydb.core.internal.sqlscript.SqlScriptMetadata>>
    scanFromFileSystem(File dir, org.flywaydb.core.api.Location location, org.flywaydb.core.api.configuration.Configuration configuration, org.flywaydb.core.internal.parser.ParsingContext parsingContext)
     

    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.internal.nc.NativeConnectorsMigrationScanner

    scan

    Methods inherited from interface org.flywaydb.core.extensibility.Plugin

    compareTo, copy, getName, getPluginVersion, getPriority, isEnabled, isLicensed
  • Constructor Details

    • BaseSqlMigrationScanner

      public BaseSqlMigrationScanner()
  • Method Details

    • scanFromFileSystem

      protected Collection<org.flywaydb.core.internal.util.Pair<org.flywaydb.core.api.resource.LoadableResource,org.flywaydb.core.internal.sqlscript.SqlScriptMetadata>> scanFromFileSystem(File dir, org.flywaydb.core.api.Location location, org.flywaydb.core.api.configuration.Configuration configuration, org.flywaydb.core.internal.parser.ParsingContext parsingContext)