Package liquibase.dbdoc
Class RecentChangesWriter
java.lang.Object
liquibase.dbdoc.HTMLWriter
liquibase.dbdoc.RecentChangesWriter
-
Field Summary
Fields inherited from class liquibase.dbdoc.HTMLWriter
baseOutputDir, database, outputDir
-
Constructor Summary
-
Method Summary
Methods inherited from class liquibase.dbdoc.HTMLWriter
writeChanges, writeHTML, writeTable
-
Constructor Details
-
RecentChangesWriter
-
-
Method Details
-
createTitle
- Specified by:
createTitle
in classHTMLWriter
-
writeBody
protected void writeBody(Writer fileWriter, Object object, List<Change> ranChanges, List<Change> changesToRun) throws IOException, DatabaseHistoryException, DatabaseException - Overrides:
writeBody
in classHTMLWriter
- Throws:
IOException
DatabaseHistoryException
DatabaseException
-
writeCustomHTML
protected void writeCustomHTML(Writer fileWriter, Object object, List<Change> changes, Database database) throws IOException - Specified by:
writeCustomHTML
in classHTMLWriter
- Throws:
IOException
-