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 TypeMethodDescriptionResourceProvider.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 with parameters of type LoadableResource