Package liquibase.dbdoc
Class RecentChangesWriter
- java.lang.Object
-
- liquibase.dbdoc.HTMLWriter
-
- liquibase.dbdoc.RecentChangesWriter
-
public class RecentChangesWriter extends HTMLWriter
-
-
Field Summary
-
Fields inherited from class liquibase.dbdoc.HTMLWriter
baseOutputDir, database, outputDir
-
-
Constructor Summary
Constructors Constructor Description RecentChangesWriter(Resource rootOutputDir, Database database)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringcreateTitle(Object object)protected voidwriteBody(Writer fileWriter, Object object, List<Change> ranChanges, List<Change> changesToRun)protected voidwriteCustomHTML(Writer fileWriter, Object object, List<Change> changes, Database database)-
Methods inherited from class liquibase.dbdoc.HTMLWriter
writeChanges, writeHTML, writeTable
-
-
-
-
Method Detail
-
createTitle
protected String createTitle(Object object)
- Specified by:
createTitlein classHTMLWriter
-
writeBody
protected void writeBody(Writer fileWriter, Object object, List<Change> ranChanges, List<Change> changesToRun) throws IOException, DatabaseHistoryException, DatabaseException
- Overrides:
writeBodyin classHTMLWriter- Throws:
IOExceptionDatabaseHistoryExceptionDatabaseException
-
writeCustomHTML
protected void writeCustomHTML(Writer fileWriter, Object object, List<Change> changes, Database database) throws IOException
- Specified by:
writeCustomHTMLin classHTMLWriter- Throws:
IOException
-
-