public interface FileFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(FileSelectInfo fileSelectInfo)
Determines if a file or folder should be selected.
|
boolean accept(FileSelectInfo fileSelectInfo) throws FileSystemException
fileSelectInfo - the file or folder to select.FileSystemException - Thrown for file system errors (since 2.4.)Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.