Package net.sourceforge.pmd
Class Report.ReadableDuration
- java.lang.Object
-
- net.sourceforge.pmd.Report.ReadableDuration
-
-
Constructor Summary
Constructors Constructor Description ReadableDuration(long duration)
Creates a new duration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTime()
Gets a human readable representation of the duration, such as "1h 3m 5s".
-
-
-
Method Detail
-
getTime
public String getTime()
Gets a human readable representation of the duration, such as "1h 3m 5s".- Returns:
- human readable representation of the duration
-
-