Interface PathFilter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.nio.file.FileVisitResult accept​(java.nio.file.Path path, java.nio.file.attribute.BasicFileAttributes attributes)
      Tests whether or not to include the specified Path in a result.
    • Method Detail

      • accept

        java.nio.file.FileVisitResult accept​(java.nio.file.Path path,
                                             java.nio.file.attribute.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