com.googlecode.flyway.core.util
Class MetaDataTableRowDumper

java.lang.Object
  extended by com.googlecode.flyway.core.util.MetaDataTableRowDumper

public class MetaDataTableRowDumper
extends java.lang.Object

Dumps migrations in an ascii-art table in the logs and the console.


Method Summary
static void dumpMigrations(java.util.List<MetaDataTableRow> metaDataTableRows)
          Dumps this list of metaDataTableRows in the log file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

dumpMigrations

public static void dumpMigrations(java.util.List<MetaDataTableRow> metaDataTableRows)
Dumps this list of metaDataTableRows in the log file.

Parameters:
metaDataTableRows - The list of metaDataTableRows to dump.


Copyright © 2011. All Rights Reserved.