Package thredds.inventory
Interface MFileFilter
-
- All Known Implementing Classes:
CompositeMFileFilter,FilterNegate,LastModifiedLimit,RegExpMatchOnName,WildcardMatchOnName,WildcardMatchOnPath
public interface MFileFilterFilter on MFiles- Since:
- Jun 26, 2009
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(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:
trueif the mfile should be included in the file collection;falseotherwise.
-
-