liquibase.changelog.visitor
Class DBDocVisitor
java.lang.Object
liquibase.changelog.visitor.DBDocVisitor
- All Implemented Interfaces:
- ChangeSetVisitor
public class DBDocVisitor
- extends Object
- implements ChangeSetVisitor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBDocVisitor
public DBDocVisitor(Database database)
getDirection
public ChangeSetVisitor.Direction getDirection()
- Specified by:
getDirection
in interface ChangeSetVisitor
visit
public void visit(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database)
throws LiquibaseException
- Specified by:
visit
in interface ChangeSetVisitor
- Throws:
LiquibaseException
writeHTML
public void writeHTML(File rootOutputDir,
ResourceAccessor resourceAccessor)
throws IOException,
DatabaseException,
DatabaseHistoryException
- Throws:
IOException
DatabaseException
DatabaseHistoryException
Copyright © 2012 Liquibase.org. All Rights Reserved.