Package org.pentaho.di.core.date
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 Summary
Constructors Constructor Description DateCache()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addDate(String dateString, Date date)
Deprecated.int
getSize()
Deprecated.Date
lookupDate(String dateString)
Deprecated.static void
main(String[] args)
Deprecated.void
populate(String datePattern, int fromYear, int toYear)
Deprecated.
-
-
-
Method Detail
-
populate
public void populate(String datePattern, int fromYear, int toYear)
Deprecated.
-
getSize
public int getSize()
Deprecated.
-
main
public static void main(String[] args) throws ParseException
Deprecated.- Throws:
ParseException
-
-