Uses of Class
org.apache.commons.vfs.FileDepthSelector

Packages that use FileDepthSelector
org.apache.commons.vfs The public VFS API. 
 

Uses of FileDepthSelector in org.apache.commons.vfs
 

Subclasses of FileDepthSelector in org.apache.commons.vfs
 class FileFilterSelector
          A FileSelector that selects all children of the given fileObject.
This is to mimic the FileFilter interface