Interface IOFileFilter

    • Field Detail

      • EMPTY_STRING_ARRAY

        static final String[] EMPTY_STRING_ARRAY
        An empty String array.
    • Method Detail

      • accept

        boolean accept​(File file)
        Checks to see if the File should be accepted by this filter.

        Defined in FileFilter.

        Specified by:
        accept in interface FileFilter
        Parameters:
        file - the File to check
        Returns:
        true if this file matches the test
      • accept

        boolean accept​(File dir,
                       String name)
        Checks to see if the File should be accepted by this filter.

        Defined in FilenameFilter.

        Specified by:
        accept in interface FilenameFilter
        Parameters:
        dir - the directory File to check
        name - the file name within the directory to check
        Returns:
        true if this file matches the test