Class DateCache

java.lang.Object
org.pentaho.di.core.date.DateCache

@Deprecated public class DateCache extends Object
Deprecated.
This class is not used within PDI
  • Constructor Details

    • DateCache

      public DateCache()
      Deprecated.
  • Method Details

    • populate

      public void populate(String datePattern, int fromYear, int toYear)
      Deprecated.
    • addDate

      public void addDate(String dateString, Date date)
      Deprecated.
    • lookupDate

      public Date lookupDate(String dateString)
      Deprecated.
    • getSize

      public int getSize()
      Deprecated.
    • main

      public static void main(String[] args) throws ParseException
      Deprecated.
      Throws:
      ParseException