public class HiddenPathFilter
extends java.lang.Object
implements org.apache.hadoop.fs.PathFilter
PathFilter that filters out hidden paths. A path is considered to
 be hidden when the path name starts with a period ('.') or an underscore ('_').| Modifier and Type | Method and Description | 
|---|---|
boolean | 
accept(org.apache.hadoop.fs.Path p)  | 
static HiddenPathFilter | 
get()  | 
public static HiddenPathFilter get()
public boolean accept(org.apache.hadoop.fs.Path p)
accept in interface org.apache.hadoop.fs.PathFilter