org.dbmaintain.script.analyzer
Class ScriptUpdatesFormatter

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

public class ScriptUpdatesFormatter
extends Object

Since:
6-feb-2009
Author:
Filip Neven, Tim Ducheyne

Constructor Summary
ScriptUpdatesFormatter()
           
 
Method Summary
 String formatScriptUpdate(ScriptUpdate scriptUpdate)
           
 String formatScriptUpdates(SortedSet<ScriptUpdate> scriptUpdates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptUpdatesFormatter

public ScriptUpdatesFormatter()
Method Detail

formatScriptUpdates

public String formatScriptUpdates(SortedSet<ScriptUpdate> scriptUpdates)
Parameters:
scriptUpdates - The script updates, not null
Returns:
An printable overview of the regular script updates

formatScriptUpdate

public String formatScriptUpdate(ScriptUpdate scriptUpdate)
Parameters:
scriptUpdate - The script update to format, not null
Returns:
A printable view of the given script update


Copyright © 2011. All Rights Reserved.