Package thredds.inventory
Interface DateExtractor
-
- All Known Implementing Classes:
DateExtractorFromName
,DateExtractorNone
public interface DateExtractor
Knows how to extract a date from a MFile.- Since:
- Jun 26, 2009
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CalendarDate
getCalendarDate(MFile mfile)
CalendarDate
getCalendarDateFromPath(String path)
Date
getDate(MFile mfile)
-
-
-
Method Detail
-
getCalendarDate
CalendarDate getCalendarDate(MFile mfile)
-
getCalendarDateFromPath
CalendarDate getCalendarDateFromPath(String path)
-
-