public class HiddenFileFilter extends Object implements org.apache.hadoop.fs.PathFilter
PathFilter that filters out hidden files. A file is considered to
be hidden, and should not be considered for processing, when the file name
starts with a period ('.') or an underscore ('_').| Modifier and Type | Field and Description |
|---|---|
static HiddenFileFilter |
INSTANCE |
public static final HiddenFileFilter INSTANCE
Copyright © 2023 The Apache Software Foundation. All rights reserved.