Uses of Interface
liquibase.resource.Resource
-
Packages that use Resource Package Description liquibase.changelog liquibase.changelog.visitor liquibase.dbdoc liquibase.diff.output.changelog liquibase.integration.spring liquibase.resource liquibase.sdk.resource -
-
Uses of Resource in liquibase.changelog
Methods in liquibase.changelog that return types with arguments of type Resource Modifier and Type Method Description SortedSet<Resource>DatabaseChangeLog. findResources(String pathName, boolean isRelativeToChangelogFile, IncludeAllFilter resourceFilter, boolean errorIfMissingOrEmpty, Comparator<String> resourceComparator, ResourceAccessor resourceAccessor, int minDepth, int maxDepth)Deprecated.SortedSet<Resource>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 Resource Modifier and Type Method Description voidDBDocVisitor. writeHTML(Resource rootOutputDir, ResourceAccessor resourceAccessor, CatalogAndSchema... schemaList) -
Uses of Resource in liquibase.dbdoc
Fields in liquibase.dbdoc declared as Resource Modifier and Type Field Description protected ResourceHTMLWriter. baseOutputDirprotected ResourceChangeLogWriter. outputDirprotected ResourceHTMLWriter. outputDirConstructors in liquibase.dbdoc with parameters of type Resource Constructor Description AuthorListWriter(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 Resource Modifier and Type Method Description voidDiffToChangeLog. 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 Modifier and Type Method Description List<Resource>SpringResourceAccessor. getAll(String path)List<Resource>SpringResourceAccessor. search(String searchPath, boolean recursive) -
Uses of Resource in liquibase.resource
Classes in liquibase.resource that implement Resource Modifier and Type Class Description classAbstractResourceclassPathResourcestatic classResourceAccessor.NotFoundResourceclassURIResourceMethods in liquibase.resource that return Resource Modifier and Type Method Description protected abstract ResourceAbstractPathResourceAccessor. createResource(Path file, String pathToAdd)protected ResourceDirectoryResourceAccessor. createResource(Path file, String pathToAdd)protected ResourceZipResourceAccessor. createResource(Path file, String pathToAdd)default ResourceResourceAccessor. get(String path)Finds a single specific .default ResourceResourceAccessor. getExisting(String path)Convenience version ofResourceAccessor.get(String)which throws an exception if the file does not exist.ResourceDirectoryPathHandler. getResource(String path)ResourcePathHandler. getResource(String path)Parse the given "absolute" path and return aResourcefor it if it exists.ResourcePathHandlerFactory. getResource(String resourcePath)Return the resource for the given path.ResourceZipPathHandler. getResource(String path)ResourcePathResource. resolve(String other)ResourceResource. resolve(String other)Resolve the given path against this resource.ResourceResourceAccessor.NotFoundResource. resolve(String other)ResourceURIResource. resolve(String other)ResourcePathResource. resolveSibling(String other)ResourceResource. resolveSibling(String other)Resolves the given path against this resource's parent path.ResourceResourceAccessor.NotFoundResource. resolveSibling(String other)ResourceURIResource. resolveSibling(String other)Methods in liquibase.resource that return types with arguments of type Resource Modifier and Type Method Description List<Resource>AbstractPathResourceAccessor. getAll(String path)List<Resource>ClassLoaderResourceAccessor. getAll(String path)List<Resource>CompositeResourceAccessor. getAll(String path)List<Resource>ResourceAccessor. getAll(String path)Returns allResources at the given path.List<Resource>AbstractPathResourceAccessor. search(String startPath, boolean recursive)List<Resource>AbstractPathResourceAccessor. search(String startPath, ResourceAccessor.SearchOptions searchOptions)List<Resource>ClassLoaderResourceAccessor. search(String path, boolean recursive)List<Resource>ClassLoaderResourceAccessor. search(String path, ResourceAccessor.SearchOptions searchOptions)List<Resource>CompositeResourceAccessor. search(String path, boolean recursive)List<Resource>CompositeResourceAccessor. search(String path, ResourceAccessor.SearchOptions searchOptions)List<Resource>ResourceAccessor. search(String path, boolean recursive)Returns the path to all resources contained in the given path.default List<Resource>ResourceAccessor. search(String path, ResourceAccessor.SearchOptions searchOptions)Returns the path to all resources contained in the given path that match the searchOptions criteria. -
Uses of Resource in liquibase.sdk.resource
Classes in liquibase.sdk.resource that implement Resource Modifier and Type Class Description classMockResourceMethods in liquibase.sdk.resource that return Resource Modifier and Type Method Description ResourceMockResource. resolve(String other)ResourceMockResource. resolveSibling(String other)Methods in liquibase.sdk.resource that return types with arguments of type Resource Modifier and Type Method Description List<Resource>MockResourceAccessor. getAll(String path)List<Resource>MockResourceAccessor. search(String path, boolean recursive)
-