Class BaselineMigrationResolver
java.lang.Object
org.flywaydb.core.api.migration.baseline.BaselineMigrationResolver
- All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>,MigrationResolver,org.flywaydb.core.extensibility.Plugin
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flywaydb.core.api.resolver.MigrationResolver
MigrationResolver.Context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.flywaydb.core.extensibility.MigrationTypegetPrefix(Configuration configuration) protected static booleanisSqlCallback(org.flywaydb.core.internal.resource.ResourceName result) Methods 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
-
BaselineMigrationResolver
public BaselineMigrationResolver()
-
-
Method Details
-
isSqlCallback
protected static boolean isSqlCallback(org.flywaydb.core.internal.resource.ResourceName result) -
resolveMigrations
- Specified by:
resolveMigrationsin interfaceMigrationResolver
-
getDefaultMigrationType
public org.flywaydb.core.extensibility.MigrationType getDefaultMigrationType()- Specified by:
getDefaultMigrationTypein interfaceMigrationResolver
-
getPrefix
- Specified by:
getPrefixin interfaceMigrationResolver- Returns:
- The prefix this resolver looks for.
nullif no particular prefix is used
-