Uses of Class
org.apache.commons.lang.time.DurationFormatUtils.Token
-
Packages that use DurationFormatUtils.Token Package Description org.apache.commons.lang.time Provides classes and methods to work with dates and durations. -
-
Uses of DurationFormatUtils.Token in org.apache.commons.lang.time
Methods in org.apache.commons.lang.time that return DurationFormatUtils.Token Modifier and Type Method Description (package private) static DurationFormatUtils.Token[]
DurationFormatUtils. lexx(java.lang.String format)
Parses a classic date format string into TokensMethods in org.apache.commons.lang.time with parameters of type DurationFormatUtils.Token Modifier and Type Method Description (package private) static boolean
DurationFormatUtils.Token. containsTokenWithValue(DurationFormatUtils.Token[] tokens, java.lang.Object value)
Helper method to determine if a set of tokens contain a value(package private) static java.lang.String
DurationFormatUtils. format(DurationFormatUtils.Token[] tokens, int years, int months, int days, int hours, int minutes, int seconds, int milliseconds, boolean padWithZeros)
The internal method to do the formatting.
-