liquibase.dbdoc
Class ChangeLogWriter

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

public class ChangeLogWriter
extends Object


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

Field Detail

outputDir

protected File outputDir
Constructor Detail

ChangeLogWriter

public ChangeLogWriter(ResourceAccessor resourceAccessor,
                       File rootOutputDir)
Method Detail

writeChangeLog

public void writeChangeLog(String changeLog,
                           String physicalFilePath)
                    throws IOException
Throws:
IOException


Copyright © 2012 Liquibase.org. All Rights Reserved.