Package migratedb.v1.core.api.resolver
Interface MigrationResolver
- All Known Implementing Classes:
DefaultMigrationResolver,FixedJavaMigrationResolver,JavaMigrationResolver,SqlMigrationResolver
public interface MigrationResolver
Resolves available migrations. This interface can be implemented to create custom resolvers. Using the
skipDefaultResolvers configuration property, the built-in resolvers can also be completely replaced.
-
Method Summary
Modifier and TypeMethodDescriptionresolveMigrations(Context context) Resolves the available migrations.
-
Method Details
-
resolveMigrations
Resolves the available migrations.- Returns:
- The available migrations.
-