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 (Mi, 29 Nov 2006) $
Author:
Adam Murdoch

Method Summary
 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

public FileObject getBaseFolder()
Returns the base folder of the traversal.


getFile

public FileObject getFile()
Returns the file (or folder) to be considered.


getDepth

public int getDepth()
Returns the depth of the file relative to the base folder.



Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.