org.apache.hadoop.fs
Interface PathFilter

All Known Implementing Classes:
GlobFilter, OutputLogFilter

@InterfaceAudience.Public
@InterfaceStability.Stable
public interface PathFilter


Method Summary
 boolean accept(Path path)
          Tests whether or not the specified abstract pathname should be included in a pathname list.
 

Method Detail

accept

boolean accept(Path path)
Tests whether or not the specified abstract pathname should be included in a pathname list.

Parameters:
path - The abstract pathname to be tested
Returns:
true if and only if pathname should be included


Copyright © 2014 Apache Software Foundation. All Rights Reserved.