public class PendingChangesWriter extends HTMLWriter
baseOutputDir, database, outputDir
Constructor and Description |
---|
PendingChangesWriter(Resource rootOutputDir,
Database database) |
Modifier and Type | Method and 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) |
writeChanges, writeHTML, writeTable
protected String createTitle(Object object)
createTitle
in class HTMLWriter
protected void writeBody(Writer fileWriter, Object object, List<Change> ranChanges, List<Change> changesToRun) throws IOException, DatabaseHistoryException, DatabaseException
writeBody
in class HTMLWriter
IOException
DatabaseHistoryException
DatabaseException
protected void writeCustomHTML(Writer fileWriter, Object object, List<Change> changes, Database database) throws IOException
writeCustomHTML
in class HTMLWriter
IOException
Copyright © 2023 Liquibase.org. All rights reserved.