Uses of Interface
migratedb.v1.core.api.ResourceProvider
Packages that use ResourceProvider
Package
Description
MigrateDbException, MigrationInfo and related classes.
Interfaces for MigrateDB configuration
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
-
Uses of ResourceProvider in migratedb.v1.core.api
Methods in migratedb.v1.core.api that return ResourceProviderModifier and TypeMethodDescriptionstatic ResourceProviderResourceProvider.noResources()Location.ClassPathLocation.resourceProvider()Location.CustomLocation.resourceProvider()Location.FileSystemLocation.resourceProvider()abstract ResourceProviderLocation.resourceProvider()Constructors in migratedb.v1.core.api with parameters of type ResourceProviderModifierConstructorDescriptionCustomLocation(ClassProvider<?> classProvider, ResourceProvider resourceProvider) -
Uses of ResourceProvider in migratedb.v1.core.api.configuration
Methods in migratedb.v1.core.api.configuration that return ResourceProviderModifier and TypeMethodDescriptionConfiguration.getResourceProvider()DefaultConfiguration.getResourceProvider()FluentConfiguration.getResourceProvider()Methods in migratedb.v1.core.api.configuration with parameters of type ResourceProviderModifier and TypeMethodDescriptionFluentConfiguration.resourceProvider(ResourceProvider resourceProvider) Custom ResourceProvider to be used to look up resources.voidDefaultConfiguration.setResourceProvider(ResourceProvider resourceProvider) Set the custom ResourceProvider to be used to look up resources. -
Uses of ResourceProvider in migratedb.v1.core.api.internal.database.base
Methods in migratedb.v1.core.api.internal.database.base with parameters of type ResourceProviderModifier and TypeMethodDescriptionDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) Initializes the Parser used by this Database Type. -
Uses of ResourceProvider in migratedb.v1.core.api.internal.sqlscript
Methods in migratedb.v1.core.api.internal.sqlscript with parameters of type ResourceProviderModifier and TypeMethodDescriptionSqlScriptFactory.createSqlScript(Resource resource, boolean mixed, ResourceProvider resourceProvider) -
Uses of ResourceProvider in migratedb.v1.core.internal.callback
Constructors in migratedb.v1.core.internal.callback with parameters of type ResourceProviderModifierConstructorDescriptionSqlScriptCallbackFactory(ResourceProvider resourceProvider, SqlScriptExecutorFactory sqlScriptExecutorFactory, SqlScriptFactory sqlScriptFactory, Configuration configuration) Creates a new instance. -
Uses of ResourceProvider in migratedb.v1.core.internal.database.base
Methods in migratedb.v1.core.internal.database.base with parameters of type ResourceProviderModifier and TypeMethodDescriptionabstract BaseParserBaseDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) TestContainersDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.bigquery
Methods in migratedb.v1.core.internal.database.bigquery with parameters of type ResourceProviderModifier and TypeMethodDescriptionBigQueryDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.cockroachdb
Methods in migratedb.v1.core.internal.database.cockroachdb with parameters of type ResourceProviderModifier and TypeMethodDescriptionCockroachDBDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.db2
Methods in migratedb.v1.core.internal.database.db2 with parameters of type ResourceProviderModifier and TypeMethodDescriptionDB2DatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.derby
Methods in migratedb.v1.core.internal.database.derby with parameters of type ResourceProviderModifier and TypeMethodDescriptionDerbyDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.firebird
Methods in migratedb.v1.core.internal.database.firebird with parameters of type ResourceProviderModifier and TypeMethodDescriptionFirebirdDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.h2
Methods in migratedb.v1.core.internal.database.h2 with parameters of type ResourceProviderModifier and TypeMethodDescriptionH2DatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.hsqldb
Methods in migratedb.v1.core.internal.database.hsqldb with parameters of type ResourceProviderModifier and TypeMethodDescriptionHSQLDBDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.ignite.thin
Methods in migratedb.v1.core.internal.database.ignite.thin with parameters of type ResourceProviderModifier and TypeMethodDescriptionIgniteThinDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.informix
Methods in migratedb.v1.core.internal.database.informix with parameters of type ResourceProviderModifier and TypeMethodDescriptionInformixDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.mysql
Methods in migratedb.v1.core.internal.database.mysql with parameters of type ResourceProviderModifier and TypeMethodDescriptionMySQLDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.mysql.mariadb
Methods in migratedb.v1.core.internal.database.mysql.mariadb with parameters of type ResourceProviderModifier and TypeMethodDescriptionMariaDBDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.oracle
Methods in migratedb.v1.core.internal.database.oracle with parameters of type ResourceProviderModifier and TypeMethodDescriptionOracleDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.postgresql
Methods in migratedb.v1.core.internal.database.postgresql with parameters of type ResourceProviderModifier and TypeMethodDescriptionPostgreSQLDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.redshift
Methods in migratedb.v1.core.internal.database.redshift with parameters of type ResourceProviderModifier and TypeMethodDescriptionRedshiftDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.saphana
Methods in migratedb.v1.core.internal.database.saphana with parameters of type ResourceProviderModifier and TypeMethodDescriptionSAPHANADatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.snowflake
Methods in migratedb.v1.core.internal.database.snowflake with parameters of type ResourceProviderModifier and TypeMethodDescriptionSnowflakeDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.spanner
Methods in migratedb.v1.core.internal.database.spanner with parameters of type ResourceProviderModifier and TypeMethodDescriptionSpannerDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.sqlite
Methods in migratedb.v1.core.internal.database.sqlite with parameters of type ResourceProviderModifier and TypeMethodDescriptionSQLiteDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.sqlserver
Methods in migratedb.v1.core.internal.database.sqlserver with parameters of type ResourceProviderModifier and TypeMethodDescriptionSQLServerDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.sybasease
Methods in migratedb.v1.core.internal.database.sybasease with parameters of type ResourceProviderModifier and TypeMethodDescriptionSybaseASEJConnectDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) SybaseASEJTDSDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.database.yugabytedb
Methods in migratedb.v1.core.internal.database.yugabytedb with parameters of type ResourceProviderModifier and TypeMethodDescriptionYugabyteDBDatabaseType.createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.resolver
Constructors in migratedb.v1.core.internal.resolver with parameters of type ResourceProviderModifierConstructorDescriptionDefaultMigrationResolver(ResourceProvider resourceProvider, ClassProvider<JavaMigration> classProvider, Configuration configuration, SqlScriptExecutorFactory sqlScriptExecutorFactory, SqlScriptFactory sqlScriptFactory, ParsingContext parsingContext, Collection<MigrationResolver> customMigrationResolvers) -
Uses of ResourceProvider in migratedb.v1.core.internal.resolver.sql
Constructors in migratedb.v1.core.internal.resolver.sql with parameters of type ResourceProviderModifierConstructorDescriptionSqlMigrationResolver(ResourceProvider resourceProvider, SqlScriptExecutorFactory sqlScriptExecutorFactory, SqlScriptFactory sqlScriptFactory, Configuration configuration, ParsingContext parsingContext) -
Uses of ResourceProvider in migratedb.v1.core.internal.resource
Classes in migratedb.v1.core.internal.resource that implement ResourceProviderMethods in migratedb.v1.core.internal.resource with parameters of type ResourceProviderModifier and TypeMethodDescriptionvoidResourceNameValidator.validateSQLMigrationNaming(ResourceProvider provider, Configuration configuration) Validates the names of all SQL resources returned by the ResourceProvider -
Uses of ResourceProvider in migratedb.v1.core.internal.resource.classpath
Classes in migratedb.v1.core.internal.resource.classpath that implement ResourceProvider -
Uses of ResourceProvider in migratedb.v1.core.internal.resource.filesystem
Classes in migratedb.v1.core.internal.resource.filesystem that implement ResourceProviderModifier and TypeClassDescriptionclassFinds resources in a base directory and its non-hidden subdirectories. -
Uses of ResourceProvider in migratedb.v1.core.internal.sqlscript
Methods in migratedb.v1.core.internal.sqlscript with parameters of type ResourceProviderModifier and TypeMethodDescriptionstatic ResourceSqlScriptMetadataImpl.getMetadataResource(ResourceProvider resourceProvider, Resource resource) -
Uses of ResourceProvider in migratedb.v1.core.internal.util
Classes in migratedb.v1.core.internal.util that implement ResourceProviderModifier and TypeClassDescriptionfinal class(Almost) drop-in replacement for class path scanning stuff.