Interface Folder.FileFilter

Enclosing class:
Folder

public static interface Folder.FileFilter
Filter for files
Author:
Jonathan Locke
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Folder.FileFilter
    File filter that matches all files
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(File file)
     
  • Field Details

  • Method Details

    • accept

      boolean accept(File file)
      Parameters:
      file - The file to test
      Returns:
      True if the file should be accepted