Package liquibase.dbdoc
Class AuthorWriter
- java.lang.Object
-
- liquibase.dbdoc.HTMLWriter
-
- liquibase.dbdoc.AuthorWriter
-
public class AuthorWriter extends HTMLWriter
-
-
Field Summary
-
Fields inherited from class liquibase.dbdoc.HTMLWriter
baseOutputDir, database, outputDir
-
-
Constructor Summary
Constructors Constructor Description AuthorWriter(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)-
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
-
-