com.googlecode.flyway.maven
Class MigrationDumper

java.lang.Object
  extended by com.googlecode.flyway.maven.MigrationDumper

public class MigrationDumper
extends java.lang.Object

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


Method Summary
static void dumpMigrations(java.util.List<Migration> migrations)
          Dumps this list of migrations 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<Migration> migrations)
Dumps this list of migrations in the log file.

Parameters:
migrations - The list of migrations to dump.


Copyright © 2010. All Rights Reserved.