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