com.dbdeploy.appliers
Class TemplateBasedApplier

java.lang.Object
  extended by com.dbdeploy.appliers.TemplateBasedApplier
All Implemented Interfaces:
ChangeScriptApplier
Direct Known Subclasses:
UndoTemplateBasedApplier

public class TemplateBasedApplier
extends Object
implements ChangeScriptApplier


Constructor Summary
TemplateBasedApplier(Writer writer, String syntax, String changeLogTableName, File templateDirectory)
           
 
Method Summary
 void apply(List<ChangeScript> changeScripts)
           
protected  String getTemplateQualifier()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateBasedApplier

public TemplateBasedApplier(Writer writer,
                            String syntax,
                            String changeLogTableName,
                            File templateDirectory)
                     throws IOException
Throws:
IOException
Method Detail

apply

public void apply(List<ChangeScript> changeScripts)
Specified by:
apply in interface ChangeScriptApplier

getTemplateQualifier

protected String getTemplateQualifier()


Copyright © 2011. All Rights Reserved.