Package net.sourceforge.pmd
Class Report.ReadableDuration
- java.lang.Object
-
- net.sourceforge.pmd.Report.ReadableDuration
-
- Enclosing class:
- Report
@Deprecated public static class Report.ReadableDuration extends Object
Deprecated.Not used within PMD. Rendering durations is format-specific.Represents a duration. Useful for reporting processing time.
-
-
Constructor Summary
Constructors Constructor Description ReadableDuration(long duration)
Deprecated.Creates a new duration.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getTime()
Deprecated.Gets a human readable representation of the duration, such as "1h 3m 5s".
-
-
-
Method Detail
-
getTime
public String getTime()
Deprecated.Gets a human readable representation of the duration, such as "1h 3m 5s".- Returns:
- human readable representation of the duration
-
-