Uses of Interface
migratedb.v1.core.api.ResourceProvider
-
-
Uses of ResourceProvider in migratedb.v1.core.api
Methods in migratedb.v1.core.api that return ResourceProvider Modifier and Type Method Description static ResourceProviderResourceProvider. noResources()ResourceProviderLocation.ClassPathLocation. resourceProvider()ResourceProviderLocation.CustomLocation. resourceProvider()ResourceProviderLocation.FileSystemLocation. resourceProvider()abstract ResourceProviderLocation. resourceProvider()Constructors in migratedb.v1.core.api with parameters of type ResourceProvider Constructor Description CustomLocation(ClassProvider<?> classProvider, ResourceProvider resourceProvider) -
Uses of ResourceProvider in migratedb.v1.core.api.configuration
Methods in migratedb.v1.core.api.configuration that return ResourceProvider Modifier and Type Method Description ResourceProviderConfiguration. getResourceProvider()ResourceProviderDefaultConfiguration. getResourceProvider()ResourceProviderFluentConfiguration. getResourceProvider()Methods in migratedb.v1.core.api.configuration with parameters of type ResourceProvider Modifier and Type Method Description FluentConfigurationFluentConfiguration. 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 ResourceProvider Modifier and Type Method Description ParserDatabaseType. 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 ResourceProvider Modifier and Type Method Description SqlScriptSqlScriptFactory. 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 ResourceProvider Constructor Description SqlScriptCallbackFactory(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 ResourceProvider Modifier and Type Method Description abstract BaseParserBaseDatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserBigQueryDatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserCockroachDBDatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserDB2DatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserDerbyDatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserFirebirdDatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserH2DatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserHSQLDBDatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserIgniteThinDatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserInformixDatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserMySQLDatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserMariaDBDatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserOracleDatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserPostgreSQLDatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserRedshiftDatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserSAPHANADatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserSnowflakeDatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserSpannerDatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserSQLiteDatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserSQLServerDatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserSybaseASEJConnectDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)BaseParserSybaseASEJTDSDatabaseType. 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 ResourceProvider Modifier and Type Method Description BaseParserYugabyteDBDatabaseType. 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 ResourceProvider Constructor Description DefaultMigrationResolver(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 ResourceProvider Constructor Description SqlMigrationResolver(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 ResourceProvider Modifier and Type Class Description classNameListResourceProviderMethods in migratedb.v1.core.internal.resource with parameters of type ResourceProvider Modifier and Type Method Description voidResourceNameValidator. 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 Modifier and Type Class Description classClassPathResourceProvider -
Uses of ResourceProvider in migratedb.v1.core.internal.resource.filesystem
Classes in migratedb.v1.core.internal.resource.filesystem that implement ResourceProvider Modifier and Type Class Description classFileSystemResourceProviderFinds 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 ResourceProvider Modifier and Type Method Description static ResourceSqlScriptMetadataImpl. getMetadataResource(ResourceProvider resourceProvider, Resource resource) -
Uses of ResourceProvider in migratedb.v1.core.internal.util
Classes in migratedb.v1.core.internal.util that implement ResourceProvider Modifier and Type Class Description classLocationScanner<T>(Almost) drop-in replacement for class path scanning stuff.
-