public final class TimeUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
printDuration(double uptime)
Prints the duration in a human readable format as X days Y hours Z minutes etc.
|
public static String printDuration(double uptime)
uptime
- the uptime in millisApache Camel