Package org.apache.hadoop.fs
Interface PathFilter
- All Known Implementing Classes:
GlobFilter,OutputLogFilter
@Public
@Stable
public interface PathFilter
-
Method Summary
-
Method Details
-
accept
Tests whether or not the specified abstract pathname should be included in a pathname list.- Parameters:
path- The abstract pathname to be tested- Returns:
trueif and only ifpathnameshould be included
-