Package thredds.inventory
Class DateExtractorNone
- java.lang.Object
-
- thredds.inventory.DateExtractorNone
-
- All Implemented Interfaces:
DateExtractor
public class DateExtractorNone extends Object implements DateExtractor
Always returns null- Since:
- Jan 15, 2010
-
-
Constructor Summary
Constructors Constructor Description DateExtractorNone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendarDategetCalendarDate(MFile mfile)CalendarDategetCalendarDateFromPath(String path)DategetDate(MFile mfile)
-
-
-
Method Detail
-
getDate
public Date getDate(MFile mfile)
- Specified by:
getDatein interfaceDateExtractor
-
getCalendarDate
public CalendarDate getCalendarDate(MFile mfile)
- Specified by:
getCalendarDatein interfaceDateExtractor
-
getCalendarDateFromPath
public CalendarDate getCalendarDateFromPath(String path)
- Specified by:
getCalendarDateFromPathin interfaceDateExtractor
-
-