com.dbdeploy
Class Controller

java.lang.Object
  extended by com.dbdeploy.Controller

public class Controller
extends Object


Constructor Summary
Controller(AvailableChangeScriptsProvider availableChangeScriptsProvider, AppliedChangesProvider appliedChangesProvider, ChangeScriptApplier changeScriptApplier, ChangeScriptApplier undoScriptApplier)
           
 
Method Summary
 void processChangeScripts(Long lastChangeToApply)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Controller

public Controller(AvailableChangeScriptsProvider availableChangeScriptsProvider,
                  AppliedChangesProvider appliedChangesProvider,
                  ChangeScriptApplier changeScriptApplier,
                  ChangeScriptApplier undoScriptApplier)
Method Detail

processChangeScripts

public void processChangeScripts(Long lastChangeToApply)
                          throws DbDeployException,
                                 IOException
Throws:
DbDeployException
IOException


Copyright © 2011. All Rights Reserved.