liquibase.dbdoc
Class TableWriter

java.lang.Object
  extended by liquibase.dbdoc.HTMLWriter
      extended by liquibase.dbdoc.TableWriter

public class TableWriter
extends HTMLWriter


Field Summary
 
Fields inherited from class liquibase.dbdoc.HTMLWriter
database, outputDir
 
Constructor Summary
TableWriter(File rootOutputDir, Database database)
           
 
Method Summary
protected  String createTitle(Object object)
           
protected  void writeCustomHTML(FileWriter fileWriter, Object object, List<Change> changes, Database database)
           
 
Methods inherited from class liquibase.dbdoc.HTMLWriter
writeBody, writeChanges, writeHTML, writeTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableWriter

public TableWriter(File rootOutputDir,
                   Database database)
Method Detail

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.