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

    Modifier and Type
    Method
    Description
    Returns the base folder of the traversal.
    int
    Returns the depth of the file relative to the base folder.
    Returns the file (or folder) to be considered.
  • Method Details

    • 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.