public class DBDocVisitor extends Object implements ChangeSetVisitor
ChangeSetVisitor.Direction| Constructor and Description |
|---|
DBDocVisitor(Database database) |
| Modifier and Type | Method and Description |
|---|---|
ChangeSetVisitor.Direction |
getDirection() |
void |
visit(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database,
Set<ChangeSetFilterResult> filterResults) |
void |
writeHTML(Resource rootOutputDir,
ResourceAccessor resourceAccessor,
CatalogAndSchema... schemaList) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlogMdcDatapublic DBDocVisitor(Database database)
public ChangeSetVisitor.Direction getDirection()
getDirection in interface ChangeSetVisitorpublic void visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) throws LiquibaseException
visit in interface ChangeSetVisitorLiquibaseExceptionpublic void writeHTML(Resource rootOutputDir, ResourceAccessor resourceAccessor, CatalogAndSchema... schemaList) throws IOException, LiquibaseException
IOExceptionLiquibaseExceptionCopyright © 2023 Liquibase.org. All rights reserved.