Package liquibase.dbdoc
Class PendingChangesWriter
- java.lang.Object
-
- liquibase.dbdoc.HTMLWriter
-
- liquibase.dbdoc.PendingChangesWriter
-
public class PendingChangesWriter extends HTMLWriter
-
-
Field Summary
-
Fields inherited from class liquibase.dbdoc.HTMLWriter
baseOutputDir, database, outputDir
-
-
Constructor Summary
Constructors Constructor Description PendingChangesWriter(Resource rootOutputDir, Database database)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
createTitle(Object object)
protected void
writeBody(Writer fileWriter, Object object, List<Change> ranChanges, List<Change> changesToRun)
protected void
writeCustomHTML(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:
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
-
-