com.dbdeploy.scripts
Class ChangeScriptRepository

java.lang.Object
  extended by com.dbdeploy.scripts.ChangeScriptRepository
All Implemented Interfaces:
AvailableChangeScriptsProvider

public class ChangeScriptRepository
extends Object
implements AvailableChangeScriptsProvider


Constructor Summary
ChangeScriptRepository(List<ChangeScript> scripts)
           
 
Method Summary
 List<ChangeScript> getAvailableChangeScripts()
           
 List<ChangeScript> getOrderedListOfDoChangeScripts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeScriptRepository

public ChangeScriptRepository(List<ChangeScript> scripts)
                       throws DuplicateChangeScriptException
Throws:
DuplicateChangeScriptException
Method Detail

getOrderedListOfDoChangeScripts

public List<ChangeScript> getOrderedListOfDoChangeScripts()

getAvailableChangeScripts

public List<ChangeScript> getAvailableChangeScripts()
Specified by:
getAvailableChangeScripts in interface AvailableChangeScriptsProvider


Copyright © 2011. All Rights Reserved.