Interface Folder.FileFilter

  • Enclosing class:
    Folder

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

      • ALL_FILES

        static final Folder.FileFilter ALL_FILES
        File filter that matches all files
    • Method Detail

      • accept

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