-
- All Known Implementing Classes:
SuffixFilter
public interface Filter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
filter(File file)
-
-
-
Method Detail
-
filter
boolean filter(File file)
- Parameters:
file
- the file to filter- Returns:
- returns
true
if the file matches the filter expression, otherwisefalse
-
-