liquibase.dbdoc
Class PendingSQLWriter

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

public class PendingSQLWriter
extends HTMLWriter


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

Constructor Detail

PendingSQLWriter

public PendingSQLWriter(File rootOutputDir,
                        Database database,
                        DatabaseChangeLog databaseChangeLog)
Method Detail

createTitle

protected String createTitle(Object object)
Specified by:
createTitle in class HTMLWriter

writeBody

protected void writeBody(FileWriter fileWriter,
                         Object object,
                         List<Change> ranChanges,
                         List<Change> changesToRun)
                  throws IOException,
                         DatabaseHistoryException,
                         DatabaseException
Overrides:
writeBody in class HTMLWriter
Throws:
IOException
DatabaseHistoryException
DatabaseException

writeCustomHTML

protected void writeCustomHTML(FileWriter fileWriter,
                               Object object,
                               List<Change> changes,
                               Database database)
                        throws IOException
Specified by:
writeCustomHTML in class HTMLWriter
Throws:
IOException


Copyright © 2012 Liquibase.org. All Rights Reserved.