liquibase.changelog.visitor
Class DBDocVisitor

java.lang.Object
  extended by liquibase.changelog.visitor.DBDocVisitor
All Implemented Interfaces:
ChangeSetVisitor

public class DBDocVisitor
extends Object
implements ChangeSetVisitor


Nested Class Summary
 
Nested classes/interfaces inherited from interface liquibase.changelog.visitor.ChangeSetVisitor
ChangeSetVisitor.Direction
 
Constructor Summary
DBDocVisitor(Database database)
           
 
Method Summary
 ChangeSetVisitor.Direction getDirection()
           
 void visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database)
           
 void writeHTML(File rootOutputDir, ResourceAccessor resourceAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBDocVisitor

public DBDocVisitor(Database database)
Method Detail

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.