org.apache.commons.vfs2
public class AllFileSelector extends java.lang.Object implements FileSelector
FileSelector
that selects everything.Constructor and Description |
---|
AllFileSelector() |
Modifier and Type | Method and Description |
---|---|
boolean |
includeFile(FileSelectInfo fileInfo)
Determines if a file or folder should be selected.
|
boolean |
traverseDescendents(FileSelectInfo fileInfo)
Determines whether a folder should be traversed.
|
public boolean includeFile(FileSelectInfo fileInfo)
includeFile
in interface FileSelector
fileInfo
- The file selection information.public boolean traverseDescendents(FileSelectInfo fileInfo)
traverseDescendents
in interface FileSelector
fileInfo
- The file selection information.Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.