Uses of Class
org.flywaydb.core.api.resource.LoadableResource
Packages that use LoadableResource
Package
Description
FlywayException, MigrationInfo and related classes.
Classes for resources.
-
Uses of LoadableResource in org.flywaydb.core.api
Methods in org.flywaydb.core.api that return LoadableResourceModifier and TypeMethodDescriptionLoadableMigrationInfo.getLoadableResource()ResourceProvider.getResource(String name) Retrieves the resource with this name.Methods in org.flywaydb.core.api that return types with arguments of type LoadableResourceModifier and TypeMethodDescriptionResourceProvider.getResources(String prefix, String[] suffixes) Retrieve all resources whose name begins with this prefix and ends with any of these suffixes. -
Uses of LoadableResource in org.flywaydb.core.api.resource
Methods in org.flywaydb.core.api.resource that return LoadableResourceModifier and TypeMethodDescriptionstatic LoadableResourceLoadableResource.createPlaceholderReplacingLoadableResource(LoadableResource loadableResource, Configuration configuration, org.flywaydb.core.internal.parser.ParsingContext parsingContext) LoadableResourceMetadata.loadableResource()Returns the value of theloadableResourcerecord component.Methods in org.flywaydb.core.api.resource with parameters of type LoadableResourceModifier and TypeMethodDescriptionintLoadableResource.compareTo(LoadableResource o) static LoadableResourceLoadableResource.createPlaceholderReplacingLoadableResource(LoadableResource loadableResource, Configuration configuration, org.flywaydb.core.internal.parser.ParsingContext parsingContext) Constructors in org.flywaydb.core.api.resource with parameters of type LoadableResourceModifierConstructorDescriptionLoadableResourceMetadata(MigrationVersion version, String description, String prefix, LoadableResource loadableResource, org.flywaydb.core.internal.sqlscript.SqlScriptMetadata sqlScriptMetadata, int checksum, org.flywaydb.core.extensibility.MigrationType migrationType) Creates an instance of aLoadableResourceMetadatarecord class.