Interface SourceRoot.ParallelParse.VisitFileCallback

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.nio.file.FileVisitResult process​(java.nio.file.Path file, java.nio.file.attribute.BasicFileAttributes attrs)  
    • Method Detail

      • process

        java.nio.file.FileVisitResult process​(java.nio.file.Path file,
                                              java.nio.file.attribute.BasicFileAttributes attrs)