Package thredds.inventory
Interface DateExtractor
-
- All Known Implementing Classes:
DateExtractorFromName,DateExtractorNone
public interface DateExtractorKnows 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 CalendarDategetCalendarDate(MFile mfile)CalendarDategetCalendarDateFromPath(String path)DategetDate(MFile mfile)
-
-
-
Method Detail
-
getCalendarDate
CalendarDate getCalendarDate(MFile mfile)
-
getCalendarDateFromPath
CalendarDate getCalendarDateFromPath(String path)
-
-