Interface MFileFilter

    • Method Detail

      • accept

        boolean accept​(MFile mfile)
        Tests if a specified MFile should be included in a file collection.
        Parameters:
        mfile - the MFile
        Returns:
        true if the mfile should be included in the file collection; false otherwise.