Uses of Interface
liquibase.resource.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in liquibase.changelog
Methods in liquibase.changelog that return types with arguments of type ResourceModifier and TypeMethodDescriptionDatabaseChangeLog.findResources
(String pathName, boolean isRelativeToChangelogFile, IncludeAllFilter resourceFilter, boolean errorIfMissingOrEmpty, Comparator<String> resourceComparator, ResourceAccessor resourceAccessor, int minDepth, int maxDepth) Deprecated.DatabaseChangeLog.findResources
(String pathName, boolean isRelativeToChangelogFile, IncludeAllFilter resourceFilter, boolean errorIfMissingOrEmpty, Comparator<String> resourceComparator, ResourceAccessor resourceAccessor, int minDepth, int maxDepth, String endsWithFilter) -
Uses of Resource in liquibase.changelog.visitor
Methods in liquibase.changelog.visitor with parameters of type ResourceModifier and TypeMethodDescriptionvoid
DBDocVisitor.writeHTML
(Resource rootOutputDir, ResourceAccessor resourceAccessor, CatalogAndSchema... schemaList) -
Uses of Resource in liquibase.command.core.init
Methods in liquibase.command.core.init with parameters of type Resource -
Uses of Resource in liquibase.dbdoc
Fields in liquibase.dbdoc declared as ResourceModifier and TypeFieldDescriptionprotected Resource
HTMLWriter.baseOutputDir
protected Resource
ChangeLogWriter.outputDir
protected Resource
HTMLWriter.outputDir
Constructors in liquibase.dbdoc with parameters of type ResourceModifierConstructorDescriptionAuthorListWriter
(Resource outputDir) AuthorWriter
(Resource rootOutputDir, Database database) ChangeLogListWriter
(Resource outputDir) ChangeLogWriter
(ResourceAccessor resourceAccessor, Resource rootOutputDir) ColumnWriter
(Resource rootOutputDir, Database database) HTMLListWriter
(String title, String filename, String subdir, Resource outputDir) HTMLWriter
(Resource outputDir, Database database) PendingChangesWriter
(Resource rootOutputDir, Database database) PendingSQLWriter
(Resource rootOutputDir, Database database, DatabaseChangeLog databaseChangeLog) RecentChangesWriter
(Resource rootOutputDir, Database database) TableListWriter
(Resource outputDir) TableWriter
(Resource rootOutputDir, Database database) -
Uses of Resource in liquibase.diff.output.changelog
Methods in liquibase.diff.output.changelog with parameters of type ResourceModifier and TypeMethodDescriptionvoid
DiffToChangeLog.printNew
(ChangeLogSerializer changeLogSerializer, Resource file) Prints changeLog that would bring the target database to be the same as the reference database -
Uses of Resource in liquibase.integration.spring
Methods in liquibase.integration.spring that return types with arguments of type Resource -
Uses of Resource in liquibase.resource
Classes in liquibase.resource that implement ResourceModifier and TypeClassDescriptionclass
class
static class
class
Methods in liquibase.resource that return ResourceModifier and TypeMethodDescriptionprotected abstract Resource
AbstractPathResourceAccessor.createResource
(Path file, String pathToAdd) protected Resource
DirectoryResourceAccessor.createResource
(Path file, String pathToAdd) protected Resource
ZipResourceAccessor.createResource
(Path file, String pathToAdd) default Resource
Finds a single specificResource
.default Resource
ResourceAccessor.getExisting
(String path) Convenience version ofResourceAccessor.get(String)
which throws an exception if the file does not exist.DirectoryPathHandler.getResource
(String path) PathHandler.getResource
(String path) Parse the given "absolute" path and return aResource
for it if it exists.PathHandlerFactory.getResource
(String resourcePath) Return the resource for the given path.ZipPathHandler.getResource
(String path) Resolve the given path against this resource.PathResource.resolveSibling
(String other) Resource.resolveSibling
(String other) Resolves the given path against this resource's parent path.ResourceAccessor.NotFoundResource.resolveSibling
(String other) URIResource.resolveSibling
(String other) Methods in liquibase.resource that return types with arguments of type ResourceModifier and TypeMethodDescriptionReturns allResource
s at the given path.AbstractPathResourceAccessor.search
(String startPath, ResourceAccessor.SearchOptions searchOptions) ClassLoaderResourceAccessor.search
(String path, ResourceAccessor.SearchOptions searchOptions) CompositeResourceAccessor.search
(String path, ResourceAccessor.SearchOptions searchOptions) Returns the path to all resources contained in the given path.ResourceAccessor.search
(String path, ResourceAccessor.SearchOptions searchOptions) Returns the path to all resources contained in the given path that match the searchOptions criteria.Methods in liquibase.resource with parameters of type ResourceModifier and TypeMethodDescriptiondefault void
ResourceAccessor.handleDuplicateFileModeLogging
(StringBuilder message, GlobalConfiguration.DuplicateFileMode mode, Resource resource) Handles logging based on theGlobalConfiguration.DuplicateFileMode
setting when duplicate files are found. -
Uses of Resource in liquibase.sdk.resource
Classes in liquibase.sdk.resource that implement ResourceMethods in liquibase.sdk.resource that return ResourceMethods in liquibase.sdk.resource that return types with arguments of type Resource
DatabaseChangeLog.include(String, boolean, boolean, ResourceAccessor, ContextExpression, Labels, Boolean, String, OnUnknownFileFormat)