org.sonar.api.utils
Class TimeUtils

java.lang.Object
  extended by org.sonar.api.utils.TimeUtils

public final class TimeUtils
extends Object

Since:
3.6

Method Summary
static String formatDuration(long durationInMs)
          Label for a duration, expressed in numbers of ms, seconds or minutes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

formatDuration

public static String formatDuration(long durationInMs)
Label for a duration, expressed in numbers of ms, seconds or minutes.

Examples:



Copyright © 2009-2013 SonarSource. All Rights Reserved.