Uses of Interface
migratedb.v1.core.api.resource.Resource
Packages that use Resource
Package
Description
MigrateDbException, MigrationInfo and related classes.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
-
Uses of Resource in migratedb.v1.core.api
Methods in migratedb.v1.core.api that return ResourceModifier and TypeMethodDescription@Nullable ResourceResourceProvider.getResource(String name) Retrieves the resource with this name.Methods in migratedb.v1.core.api that return types with arguments of type ResourceModifier and TypeMethodDescriptionResourceProvider.getResources(String prefix, Collection<String> suffixes) Retrieve all resources whose last name component begins with this prefix and ends with any of these suffixes. -
Uses of Resource in migratedb.v1.core.api.internal.parser
Methods in migratedb.v1.core.api.internal.parser with parameters of type ResourceModifier and TypeMethodDescriptionParser.parse(Resource resource, SqlScriptMetadata metadata) Parses this resource into a stream of statements. -
Uses of Resource in migratedb.v1.core.api.internal.sqlscript
Methods in migratedb.v1.core.api.internal.sqlscript that return ResourceMethods in migratedb.v1.core.api.internal.sqlscript with parameters of type ResourceModifier and TypeMethodDescriptionSqlScriptFactory.createSqlScript(Resource resource, boolean mixed, ResourceProvider resourceProvider) -
Uses of Resource in migratedb.v1.core.internal.parser
Methods in migratedb.v1.core.internal.parser with parameters of type ResourceModifier and TypeMethodDescriptionprotected SqlStatementBaseParser.getNextStatement(Resource resource, PeekingReader reader, Recorder recorder, PositionTracker tracker, ParserContext context) final SqlStatementIteratorfinal SqlStatementIteratorBaseParser.parse(Resource resource, SqlScriptMetadata metadata) Constructors in migratedb.v1.core.internal.parser with parameters of type ResourceModifierConstructorDescriptionParserSqlStatementIterator(PeekingReader peekingReader, Resource resource, Recorder recorder, PositionTracker tracker, ParserContext context) -
Uses of Resource in migratedb.v1.core.internal.resolver
Method parameters in migratedb.v1.core.internal.resolver with type arguments of type ResourceModifier and TypeMethodDescriptionstatic ChecksumChecksumCalculator.calculate(Collection<Resource> resources, Configuration configuration) Calculates the checksum of these resources. -
Uses of Resource in migratedb.v1.core.internal.resource
Classes in migratedb.v1.core.internal.resource that implement ResourceMethods in migratedb.v1.core.internal.resource that return ResourceModifier and TypeMethodDescriptionfinal @Nullable ResourceNameListResourceProvider.getResource(String name) protected abstract ResourceNameListResourceProvider.toResource(String name) Methods in migratedb.v1.core.internal.resource that return types with arguments of type ResourceModifier and TypeMethodDescriptionfinal Collection<Resource>NameListResourceProvider.getResources(String prefix, Collection<String> suffixes) -
Uses of Resource in migratedb.v1.core.internal.resource.classpath
Classes in migratedb.v1.core.internal.resource.classpath that implement ResourceMethods in migratedb.v1.core.internal.resource.classpath that return ResourceModifier and TypeMethodDescriptionprotected ResourceClassPathResourceProvider.toResource(String resourceName) -
Uses of Resource in migratedb.v1.core.internal.resource.filesystem
Classes in migratedb.v1.core.internal.resource.filesystem that implement ResourceMethods in migratedb.v1.core.internal.resource.filesystem that return ResourceModifier and TypeMethodDescription@Nullable ResourceFileSystemResourceProvider.getResource(String name) Methods in migratedb.v1.core.internal.resource.filesystem that return types with arguments of type ResourceModifier and TypeMethodDescriptionFileSystemResourceProvider.getResources(String prefix, Collection<String> suffixes) -
Uses of Resource in migratedb.v1.core.internal.sqlscript
Fields in migratedb.v1.core.internal.sqlscript declared as ResourceModifier and TypeFieldDescriptionprotected final ResourceParserSqlScript.resourceThe resource containing the statements.Methods in migratedb.v1.core.internal.sqlscript that return ResourceModifier and TypeMethodDescriptionstatic ResourceSqlScriptMetadataImpl.getMetadataResource(ResourceProvider resourceProvider, Resource resource) MigrateDbSqlScriptException.getResource()final ResourceParserSqlScript.getResource()Methods in migratedb.v1.core.internal.sqlscript with parameters of type ResourceModifier and TypeMethodDescriptionstatic SqlScriptMetadataSqlScriptMetadataImpl.fromResource(@Nullable Resource resource, Parser parser) static ResourceSqlScriptMetadataImpl.getMetadataResource(ResourceProvider resourceProvider, Resource resource) Constructors in migratedb.v1.core.internal.sqlscript with parameters of type ResourceModifierConstructorDescriptionMigrateDbSqlScriptException(Resource resource, SqlStatement statement, SQLException sqlException) Creates new instance of MigrateDbSqlScriptException.ParserSqlScript(Parser parser, Resource resource, Resource metadataResource, boolean mixed) Creates a new sql script from this source. -
Uses of Resource in migratedb.v1.core.internal.util
Methods in migratedb.v1.core.internal.util that return ResourceMethods in migratedb.v1.core.internal.util that return types with arguments of type ResourceModifier and TypeMethodDescriptionLocationScanner.getResources(String prefix, Collection<String> suffixes)