Interface PathFilter

    • Method Detail

      • accept

        FileVisitResult accept​(Path path,
                               BasicFileAttributes attributes)
        Tests whether or not to include the specified Path in a result.
        Parameters:
        path - The Path to test.
        attributes - the file's basic attributes (TODO may be null).
        Returns:
        a FileVisitResult