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