Package migratedb.v1.core.api.resolver
Interface Context
-
public interface ContextThe context relevant to a migration resolver.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationgetConfiguration()
-
-
-
Method Detail
-
getConfiguration
Configuration getConfiguration()
- Returns:
- The configuration currently in use.
-
-