|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.googlecode.flyway.maven.MigrationDumper
public class MigrationDumper
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 |
|---|
public static void dumpMigrations(java.util.List<Migration> migrations)
migrations - The list of migrations to dump.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||