liquibase.dbdoc
Class ChangeLogWriter

java.lang.Object
  extended by liquibase.dbdoc.ChangeLogWriter

public class ChangeLogWriter
extends java.lang.Object


Field Summary
protected  java.io.File outputDir
           
 
Constructor Summary
ChangeLogWriter(ResourceAccessor resourceAccessor, java.io.File rootOutputDir)
           
 
Method Summary
 void writeChangeLog(java.lang.String changeLog, java.lang.String physicalFilePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outputDir

protected java.io.File outputDir
Constructor Detail

ChangeLogWriter

public ChangeLogWriter(ResourceAccessor resourceAccessor,
                       java.io.File rootOutputDir)
Method Detail

writeChangeLog

public void writeChangeLog(java.lang.String changeLog,
                           java.lang.String physicalFilePath)
                    throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010 Liquibase.org. All Rights Reserved.