liquibase.dbdoc
Class RecentChangesWriter

java.lang.Object
  extended by liquibase.dbdoc.HTMLWriter
      extended by liquibase.dbdoc.RecentChangesWriter

public class RecentChangesWriter
extends HTMLWriter


Field Summary
 
Fields inherited from class liquibase.dbdoc.HTMLWriter
database, outputDir
 
Constructor Summary
RecentChangesWriter(File rootOutputDir, Database database)
           
 
Method Summary
protected  String createTitle(Object object)
           
protected  void writeBody(FileWriter fileWriter, Object object, List<Change> ranChanges, List<Change> changesToRun)
           
protected  void writeCustomHTML(FileWriter fileWriter, Object object, List<Change> changes, Database database)
           
 
Methods inherited from class liquibase.dbdoc.HTMLWriter
writeChanges, writeHTML, writeTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecentChangesWriter

public RecentChangesWriter(File rootOutputDir,
                           Database database)
Method Detail

createTitle

protected String createTitle(Object object)
Specified by:
createTitle in class HTMLWriter

writeBody

protected void writeBody(FileWriter fileWriter,
                         Object object,
                         List<Change> ranChanges,
                         List<Change> changesToRun)
                  throws IOException,
                         DatabaseHistoryException,
                         DatabaseException
Overrides:
writeBody in class HTMLWriter
Throws:
IOException
DatabaseHistoryException
DatabaseException

writeCustomHTML

protected void writeCustomHTML(FileWriter fileWriter,
                               Object object,
                               List<Change> changes,
                               Database database)
                        throws IOException
Specified by:
writeCustomHTML in class HTMLWriter
Throws:
IOException


Copyright © 2004-2011 Liquibase.org. All Rights Reserved.