Class SuffixMatchFilter

    • Method Detail

      • accepts

        public boolean accepts​(VirtualFile file)
        Accept any file that ends with one of the filter suffixes. This checks that the file.getName() endsWith a suffix.
        Parameters:
        file - the virtual file
        Returns:
        true if the file matches a suffix, false otherwise.