Package thredds.inventory
Interface MFileFilter
-
- All Known Implementing Classes:
CompositeMFileFilter
,FilterNegate
,LastModifiedLimit
,RegExpMatchOnName
,WildcardMatchOnName
,WildcardMatchOnPath
public interface MFileFilter
Filter on MFiles- Since:
- Jun 26, 2009
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(MFile mfile)
Tests if a specified MFile should be included in a file collection.
-
-
-
Method Detail
-
accept
boolean accept(MFile mfile)
Tests if a specified MFile should be included in a file collection.- Parameters:
mfile
- the MFile- Returns:
true
if the mfile should be included in the file collection;false
otherwise.
-
-