Uses of Interface
migratedb.v1.core.api.resource.Resource
-
Packages that use Resource Package Description migratedb.v1.core.api MigrateDbException, MigrationInfo and related classes.migratedb.v1.core.api.internal.parser migratedb.v1.core.api.internal.sqlscript migratedb.v1.core.internal.parser Private API.migratedb.v1.core.internal.resolver Private API.migratedb.v1.core.internal.resource Private API.migratedb.v1.core.internal.resource.classpath Private API.migratedb.v1.core.internal.resource.filesystem Private API.migratedb.v1.core.internal.sqlscript Private API.migratedb.v1.core.internal.util Private API. -
-
Uses of Resource in migratedb.v1.core.api
Methods in migratedb.v1.core.api that return Resource Modifier and Type Method Description @Nullable ResourceResourceProvider. getResource(String name)Retrieves the resource with this name.Methods in migratedb.v1.core.api that return types with arguments of type Resource Modifier and Type Method Description Collection<Resource>ResourceProvider. 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 Resource Modifier and Type Method Description SqlStatementIteratorParser. 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 Resource Modifier and Type Method Description ResourceSqlScript. getResource()Methods in migratedb.v1.core.api.internal.sqlscript with parameters of type Resource Modifier and Type Method Description SqlScriptSqlScriptFactory. 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 Resource Modifier and Type Method Description protected SqlStatementBaseParser. getNextStatement(Resource resource, PeekingReader reader, Recorder recorder, PositionTracker tracker, ParserContext context)SqlStatementIteratorBaseParser. parse(Resource resource)SqlStatementIteratorBaseParser. parse(Resource resource, SqlScriptMetadata metadata)Constructors in migratedb.v1.core.internal.parser with parameters of type Resource Constructor Description ParserSqlStatementIterator(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 Resource Modifier and Type Method Description static 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 Resource Modifier and Type Class Description classReaderResourceclassStringResourceMethods in migratedb.v1.core.internal.resource that return Resource Modifier and Type Method Description @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 Resource Modifier and Type Method Description 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 Resource Modifier and Type Class Description classClassPathResourceMethods in migratedb.v1.core.internal.resource.classpath that return Resource Modifier and Type Method Description protected ResourceClassPathResourceProvider. toResource(String resourceName) -
Uses of Resource in migratedb.v1.core.internal.resource.filesystem
Classes in migratedb.v1.core.internal.resource.filesystem that implement Resource Modifier and Type Class Description classFileSystemResourceMethods in migratedb.v1.core.internal.resource.filesystem that return Resource Modifier and Type Method Description @Nullable ResourceFileSystemResourceProvider. getResource(String name)Methods in migratedb.v1.core.internal.resource.filesystem that return types with arguments of type Resource Modifier and Type Method Description Collection<Resource>FileSystemResourceProvider. getResources(String prefix, Collection<String> suffixes) -
Uses of Resource in migratedb.v1.core.internal.sqlscript
Fields in migratedb.v1.core.internal.sqlscript declared as Resource Modifier and Type Field Description protected ResourceParserSqlScript. resourceThe resource containing the statements.Methods in migratedb.v1.core.internal.sqlscript that return Resource Modifier and Type Method Description static ResourceSqlScriptMetadataImpl. getMetadataResource(ResourceProvider resourceProvider, Resource resource)ResourceMigrateDbSqlScriptException. getResource()ResourceParserSqlScript. getResource()Methods in migratedb.v1.core.internal.sqlscript with parameters of type Resource Modifier and Type Method Description static 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 Resource Constructor Description MigrateDbSqlScriptException(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 Resource Modifier and Type Method Description @Nullable ResourceLocationScanner. getResource(String name)Methods in migratedb.v1.core.internal.util that return types with arguments of type Resource Modifier and Type Method Description Collection<Resource>LocationScanner. getResources(String prefix, Collection<String> suffixes)
-