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, wait
logMdcData
public DBDocVisitor(Database database)
public ChangeSetVisitor.Direction getDirection()
getDirection
in interface ChangeSetVisitor
public void visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) throws LiquibaseException
visit
in interface ChangeSetVisitor
LiquibaseException
public void writeHTML(Resource rootOutputDir, ResourceAccessor resourceAccessor, CatalogAndSchema... schemaList) throws IOException, LiquibaseException
IOException
LiquibaseException
Copyright © 2023 Liquibase.org. All rights reserved.