com.googlecode.flyway.core.util
Class TimeFormat

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

public class TimeFormat
extends java.lang.Object

Formats execution times.


Method Summary
static java.lang.String format(long millis)
          Formats this execution time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

format

public static java.lang.String format(long millis)
Formats this execution time.

Parameters:
millis - The number of millis.
Returns:
The execution in a human-readable format.


Copyright © 2011. All Rights Reserved.