org.dbmaintain.script.analyzer
Class ScriptUpdates
java.lang.Object
org.dbmaintain.script.analyzer.ScriptUpdates
public class ScriptUpdates
- extends Object
- Since:
- 24-dec-2008
- Author:
- Filip Neven, Tim Ducheyne
ScriptUpdates
protected ScriptUpdates(SortedSet<ScriptUpdate> regularlyAddedOrModifiedScripts,
SortedSet<ScriptUpdate> irregularScriptUpdates,
SortedSet<ScriptUpdate> regularlyDeletedRepeatableScripts,
SortedSet<ScriptUpdate> regularlyAddedPatchScripts,
SortedSet<ScriptUpdate> regularPostprocessingScriptUpdates,
SortedSet<ScriptUpdate> regularlyRenamedScripts)
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.