Class DateUtils.DateFormatHolder

java.lang.Object
org.apache.http.client.utils.DateUtils.DateFormatHolder
Enclosing class:
DateUtils

static final class DateUtils.DateFormatHolder extends Object
A factory for SimpleDateFormats. The instances are stored in a threadlocal way because SimpleDateFormat is not threadsafe as noted in its javadoc.
  • Field Details

  • Constructor Details

    • DateFormatHolder

      DateFormatHolder()
  • Method Details

    • formatFor

      public static SimpleDateFormat formatFor(String pattern)
      creates a SimpleDateFormat for the requested format string.
      Parameters:
      pattern - a non-null format String according to SimpleDateFormat. The format is not checked against null since all paths go through DateUtils.
      Returns:
      the requested format. This simple dateformat should not be used to apply to a different pattern.
    • clearThreadLocal

      public static void clearThreadLocal()