|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used to select files when traversing a file hierarchy.
Selectors
Method Summary | |
boolean |
includeFile(FileSelectInfo fileInfo)
Determines if a file or folder should be selected. |
boolean |
traverseDescendents(FileSelectInfo fileInfo)
Determines whether a folder should be traversed. |
Method Detail |
public boolean includeFile(FileSelectInfo fileInfo) throws Exception
fileInfo
- the file or folder to select.
Exception
public boolean traverseDescendents(FileSelectInfo fileInfo) throws Exception
includeFile(org.apache.commons.vfs.FileSelectInfo)
is called for each of the children of
the folder, and each of the child folders is recursively traversed.
This method is called on a folder before includeFile(org.apache.commons.vfs.FileSelectInfo)
is called.
fileInfo
- the file or folder to select.
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |