org.dbmaintain.script.analyzer
Class ScriptUpdates

java.lang.Object
  extended by org.dbmaintain.script.analyzer.ScriptUpdates

public class ScriptUpdates
extends Object

Since:
24-dec-2008
Author:
Filip Neven, Tim Ducheyne

Constructor Summary
protected ScriptUpdates(SortedSet<ScriptUpdate> regularlyAddedOrModifiedScripts, SortedSet<ScriptUpdate> irregularScriptUpdates, SortedSet<ScriptUpdate> regularlyDeletedRepeatableScripts, SortedSet<ScriptUpdate> regularlyAddedPatchScripts, SortedSet<ScriptUpdate> regularPostprocessingScriptUpdates, SortedSet<ScriptUpdate> regularlyRenamedScripts)
           
 
Method Summary
 SortedSet<ScriptUpdate> getIrregularScriptUpdates()
           
 SortedSet<ScriptUpdate> getRegularlyAddedOrModifiedScripts()
           
 SortedSet<ScriptUpdate> getRegularlyAddedPatchScripts()
           
 SortedSet<ScriptUpdate> getRegularlyDeletedRepeatableScripts()
           
 SortedSet<ScriptUpdate> getRegularlyRenamedScripts()
           
 SortedSet<ScriptUpdate> getRegularPostprocessingScriptUpdates()
           
 SortedSet<ScriptUpdate> getRegularScriptUpdates()
           
 boolean hasIrregularScriptUpdates()
           
 boolean isEmpty()
           
 boolean noUpdatesOtherThanRepeatableScriptDeletionsOrRenames()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptUpdates

protected ScriptUpdates(SortedSet<ScriptUpdate> regularlyAddedOrModifiedScripts,
                        SortedSet<ScriptUpdate> irregularScriptUpdates,
                        SortedSet<ScriptUpdate> regularlyDeletedRepeatableScripts,
                        SortedSet<ScriptUpdate> regularlyAddedPatchScripts,
                        SortedSet<ScriptUpdate> regularPostprocessingScriptUpdates,
                        SortedSet<ScriptUpdate> regularlyRenamedScripts)
Method Detail

getRegularlyAddedOrModifiedScripts

public SortedSet<ScriptUpdate> getRegularlyAddedOrModifiedScripts()

getIrregularScriptUpdates

public SortedSet<ScriptUpdate> getIrregularScriptUpdates()

getRegularlyDeletedRepeatableScripts

public SortedSet<ScriptUpdate> getRegularlyDeletedRepeatableScripts()

getRegularlyAddedPatchScripts

public SortedSet<ScriptUpdate> getRegularlyAddedPatchScripts()

getRegularlyRenamedScripts

public SortedSet<ScriptUpdate> getRegularlyRenamedScripts()

getRegularPostprocessingScriptUpdates

public SortedSet<ScriptUpdate> getRegularPostprocessingScriptUpdates()

getRegularScriptUpdates

public SortedSet<ScriptUpdate> getRegularScriptUpdates()

hasIrregularScriptUpdates

public boolean hasIrregularScriptUpdates()

noUpdatesOtherThanRepeatableScriptDeletionsOrRenames

public boolean noUpdatesOtherThanRepeatableScriptDeletionsOrRenames()

isEmpty

public boolean isEmpty()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.