Interface ImportFilter

    • Method Detail

      • shouldFilter

        boolean shouldFilter​(ImportableItem importableItem)
        Method that checks whether the given file or folder should be filtered.
        Parameters:
        importableItem - The source importable item to check for filtering (will not be null).
        Returns:
        True if the given importable item should be filtered, false otherwise.