public class FileFilterSelector extends FileDepthSelector
FileSelector
that selects all children of the given fileObject.FileFilter
interfaceConstructor and Description |
---|
FileFilterSelector() |
FileFilterSelector(FileFilter fileFilter) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(FileSelectInfo fileInfo)
Determines whether the file should be selected.
|
boolean |
includeFile(FileSelectInfo fileInfo)
Determines if a file or folder should be selected.
|
traverseDescendents
public FileFilterSelector()
public FileFilterSelector(FileFilter fileFilter)
public boolean includeFile(FileSelectInfo fileInfo)
includeFile
in interface FileSelector
includeFile
in class FileDepthSelector
fileInfo
- The file selection information.public boolean accept(FileSelectInfo fileInfo)
fileInfo
- The file selection information.Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.