Interface FileFilter

  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(FileSelectInfo fileSelectInfo)
    Determines if a file or folder should be selected.
  • Method Details

    • accept

      boolean accept(FileSelectInfo fileSelectInfo) throws FileSystemException
      Determines if a file or folder should be selected.
      Parameters:
      fileSelectInfo - the file or folder to select.
      Returns:
      true if the file should be selected.
      Throws:
      FileSystemException - Thrown for file system errors (since 2.4.)