liquibase.dbdoc
Class PendingChangesWriter

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

public class PendingChangesWriter
extends HTMLWriter


Field Summary
 
Fields inherited from class liquibase.dbdoc.HTMLWriter
database, outputDir
 
Constructor Summary
PendingChangesWriter(File rootOutputDir, Database database)
           
 
Method Summary
protected  String createTitle(Object object)
           
protected  void writeBody(Writer fileWriter, Object object, List<Change> ranChanges, List<Change> changesToRun)
           
protected  void writeCustomHTML(Writer 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

PendingChangesWriter

public PendingChangesWriter(File rootOutputDir,
                            Database database)
Method Detail

createTitle

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

writeBody

protected void writeBody(Writer 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(Writer fileWriter,
                               Object object,
                               List<Change> changes,
                               Database database)
                        throws IOException
Specified by:
writeCustomHTML in class HTMLWriter
Throws:
IOException


Copyright © 2016 Liquibase.org. All rights reserved.