Uses of Interface
migratedb.v1.core.api.ClassProvider
-
Packages that use ClassProvider Package Description migratedb.v1.core.api MigrateDbException, MigrationInfo and related classes.migratedb.v1.core.api.configuration Interfaces for MigrateDB configurationmigratedb.v1.core.internal.resolver Private API.migratedb.v1.core.internal.resolver.java Private API.migratedb.v1.core.internal.util Private API. -
-
Uses of ClassProvider in migratedb.v1.core.api
Methods in migratedb.v1.core.api that return ClassProvider Modifier and Type Method Description ClassProvider<?>Location.ClassPathLocation. classProvider()abstract ClassProvider<?>Location. classProvider()ClassProvider<?>Location.CustomLocation. classProvider()ClassProvider<?>Location.FileSystemLocation. classProvider()static <T> ClassProvider<T>ClassProvider. noClasses()Constructors in migratedb.v1.core.api with parameters of type ClassProvider Constructor Description CustomLocation(ClassProvider<?> classProvider, ResourceProvider resourceProvider) -
Uses of ClassProvider in migratedb.v1.core.api.configuration
Methods in migratedb.v1.core.api.configuration that return ClassProvider Modifier and Type Method Description ClassProvider<JavaMigration>Configuration. getJavaMigrationClassProvider()ClassProvider<JavaMigration>DefaultConfiguration. getJavaMigrationClassProvider()ClassProvider<JavaMigration>FluentConfiguration. getJavaMigrationClassProvider()Methods in migratedb.v1.core.api.configuration with parameters of type ClassProvider Modifier and Type Method Description FluentConfigurationFluentConfiguration. javaMigrationClassProvider(ClassProvider<JavaMigration> javaMigrationClassProvider)Custom ClassProvider to be used to look upJavaMigrationclasses.voidDefaultConfiguration. setJavaMigrationClassProvider(ClassProvider<JavaMigration> javaMigrationClassProvider)The custom ClassProvider to be used to look upJavaMigrationclasses. -
Uses of ClassProvider in migratedb.v1.core.internal.resolver
Constructors in migratedb.v1.core.internal.resolver with parameters of type ClassProvider Constructor Description DefaultMigrationResolver(ResourceProvider resourceProvider, ClassProvider<JavaMigration> classProvider, Configuration configuration, SqlScriptExecutorFactory sqlScriptExecutorFactory, SqlScriptFactory sqlScriptFactory, ParsingContext parsingContext, Collection<MigrationResolver> customMigrationResolvers) -
Uses of ClassProvider in migratedb.v1.core.internal.resolver.java
Constructors in migratedb.v1.core.internal.resolver.java with parameters of type ClassProvider Constructor Description JavaMigrationResolver(ClassProvider<JavaMigration> classProvider, SqlScriptFactory sqlScriptFactory, SqlScriptExecutorFactory sqlScriptExecutorFactory)Creates a new instance. -
Uses of ClassProvider in migratedb.v1.core.internal.util
Classes in migratedb.v1.core.internal.util that implement ClassProvider Modifier and Type Class Description classLocationScanner<T>(Almost) drop-in replacement for class path scanning stuff.
-