Package org.apache.commons.vfs
Interface FileSelectInfo
-
public interface FileSelectInfo
Information about a file, that is used to select files during the traversal of a hierarchy.- Version:
- $Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Wed, 29 Nov 2006) $
- Author:
- Adam Murdoch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileObject
getBaseFolder()
Returns the base folder of the traversal.int
getDepth()
Returns the depth of the file relative to the base folder.FileObject
getFile()
Returns the file (or folder) to be considered.
-
-
-
Method Detail
-
getBaseFolder
FileObject getBaseFolder()
Returns the base folder of the traversal.
-
getFile
FileObject getFile()
Returns the file (or folder) to be considered.
-
getDepth
int getDepth()
Returns the depth of the file relative to the base folder.
-
-