liquibase.dbdoc
Class RecentChangesWriter
java.lang.Object
liquibase.dbdoc.HTMLWriter
liquibase.dbdoc.RecentChangesWriter
public class RecentChangesWriter
- extends HTMLWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecentChangesWriter
public RecentChangesWriter(File rootOutputDir,
Database database)
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.