| Package | Description |
|---|---|
| liquibase.changelog.visitor | |
| liquibase.dbdoc | |
| liquibase.diff.output.changelog | |
| liquibase.integration.spring | |
| liquibase.resource | |
| liquibase.sdk.resource |
| Modifier and Type | Method and Description |
|---|---|
void |
DBDocVisitor.writeHTML(Resource rootOutputDir,
ResourceAccessor resourceAccessor,
CatalogAndSchema... schemaList) |
| Modifier and Type | Field and Description |
|---|---|
protected Resource |
HTMLWriter.baseOutputDir |
protected Resource |
ChangeLogWriter.outputDir |
protected Resource |
HTMLWriter.outputDir |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
DiffToChangeLog.printNew(ChangeLogSerializer changeLogSerializer,
Resource file)
Prints changeLog that would bring the target database to be the same as
the reference database
|
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
SpringResourceAccessor.getAll(String path) |
List<Resource> |
SpringResourceAccessor.search(String searchPath,
boolean recursive) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResource |
class |
PathResource |
static class |
ResourceAccessor.NotFoundResource |
class |
URIResource |
| Modifier and Type | Method and Description |
|---|---|
protected 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 |
ResourceAccessor.get(String path)
Finds a single specific .
|
default Resource |
ResourceAccessor.getExisting(String path)
Convenience version of
ResourceAccessor.get(String) which throws an exception if the file does not exist. |
Resource |
PathHandlerFactory.getResource(String resourcePath)
Return the resource for the given path.
|
Resource |
PathHandler.getResource(String path)
Parse the given "absolute" path and return a
Resource for it if it exists. |
Resource |
DirectoryPathHandler.getResource(String path) |
Resource |
ZipPathHandler.getResource(String path) |
Resource |
ResourceAccessor.NotFoundResource.resolve(String other) |
Resource |
PathResource.resolve(String other) |
Resource |
URIResource.resolve(String other) |
Resource |
Resource.resolve(String other)
Resolve the given path against this resource.
|
Resource |
ResourceAccessor.NotFoundResource.resolveSibling(String other) |
Resource |
PathResource.resolveSibling(String other) |
Resource |
URIResource.resolveSibling(String other) |
Resource |
Resource.resolveSibling(String other)
Resolves the given path against this resource's parent path.
|
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
AbstractPathResourceAccessor.getAll(String path) |
List<Resource> |
ResourceAccessor.getAll(String path)
Returns all
Resources at the given path. |
List<Resource> |
CompositeResourceAccessor.getAll(String path) |
List<Resource> |
ClassLoaderResourceAccessor.getAll(String path) |
List<Resource> |
AbstractPathResourceAccessor.search(String startPath,
boolean recursive) |
List<Resource> |
ResourceAccessor.search(String path,
boolean recursive)
Returns the path to all resources contained in the given path.
|
List<Resource> |
CompositeResourceAccessor.search(String path,
boolean recursive) |
List<Resource> |
ClassLoaderResourceAccessor.search(String path,
boolean recursive) |
| Modifier and Type | Class and Description |
|---|---|
class |
MockResource |
| Modifier and Type | Method and Description |
|---|---|
Resource |
MockResource.resolve(String other) |
Resource |
MockResource.resolveSibling(String other) |
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
MockResourceAccessor.getAll(String path) |
List<Resource> |
MockResourceAccessor.search(String path,
boolean recursive) |
Copyright © 2023 Liquibase.org. All rights reserved.