public class FalseFileFilter extends Object implements FileFilter, Serializable
| Modifier and Type | Field and Description |
|---|---|
static FileFilter |
FALSE
Singleton instance of false filter.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FalseFileFilter()
Restrictive constructor.
|
public static final FileFilter FALSE
public boolean accept(FileSelectInfo fileSelectInfo)
accept in interface FileFilterfileSelectInfo - the file to check (ignored)falseCopyright © 2002–2020 The Apache Software Foundation. All rights reserved.