Interface FileFilter

    • Method Detail

      • accept

        boolean accept​(java.io.File f)
        Check if a file is accepted by this filter.
        Parameters:
        f - The file to be tested.
        Returns:
        true if the file is accepted by this filter
      • acceptsDirectories

        boolean acceptsDirectories()
        Check if (all) directories are accepted by this filter.
        Returns:
        true if directories are accepted by this filter
      • getDescription

        java.lang.String getDescription()
        Get a short description for this filter.
        Returns:
        a short description of this filter