Uses of Class
org.apache.camel.util.Time

Packages that use Time
org.apache.camel.util Utility classes used by the core of Camel. 
 

Uses of Time in org.apache.camel.util
 

Methods in org.apache.camel.util that return Time
static Time Time.days(long value)
           
static Time Time.hours(long value)
           
static Time Time.millis(long value)
           
static Time Time.minutes(long value)
           
static Time Time.seconds(long value)
           
 



Apache CAMEL