liquibase.dbdoc
Class TableWriter
java.lang.Object
liquibase.dbdoc.HTMLWriter
liquibase.dbdoc.TableWriter
public class TableWriter
- extends HTMLWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableWriter
public TableWriter(File rootOutputDir,
Database database)
createTitle
protected String createTitle(Object object)
- Specified by:
createTitle
in class HTMLWriter
writeCustomHTML
protected void writeCustomHTML(FileWriter fileWriter,
Object object,
List<Change> changes,
Database database)
throws IOException
- Specified by:
writeCustomHTML
in class HTMLWriter
- Throws:
IOException
Copyright © 2011 Liquibase.org. All Rights Reserved.