liquibase.dbdoc
Class RecentChangesWriter
java.lang.Object
liquibase.dbdoc.HTMLWriter
liquibase.dbdoc.RecentChangesWriter
public class RecentChangesWriter
- extends HTMLWriter
Method Summary |
protected java.lang.String |
createTitle(java.lang.Object object)
|
protected void |
writeBody(java.io.FileWriter fileWriter,
java.lang.Object object,
java.util.List<Change> ranChanges,
java.util.List<Change> changesToRun)
|
protected void |
writeCustomHTML(java.io.FileWriter fileWriter,
java.lang.Object object,
java.util.List<Change> changes,
Database database)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecentChangesWriter
public RecentChangesWriter(java.io.File rootOutputDir,
Database database)
createTitle
protected java.lang.String createTitle(java.lang.Object object)
- Specified by:
createTitle
in class HTMLWriter
writeBody
protected void writeBody(java.io.FileWriter fileWriter,
java.lang.Object object,
java.util.List<Change> ranChanges,
java.util.List<Change> changesToRun)
throws java.io.IOException,
DatabaseHistoryException,
DatabaseException
- Overrides:
writeBody
in class HTMLWriter
- Throws:
java.io.IOException
DatabaseHistoryException
DatabaseException
writeCustomHTML
protected void writeCustomHTML(java.io.FileWriter fileWriter,
java.lang.Object object,
java.util.List<Change> changes,
Database database)
throws java.io.IOException
- Specified by:
writeCustomHTML
in class HTMLWriter
- Throws:
java.io.IOException
Copyright © 2010 Liquibase.org. All Rights Reserved.