Interface FileUtils.FileAttributesGetter

  • Enclosing class:
    FileUtils

    public static interface FileUtils.FileAttributesGetter
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.nio.file.attribute.BasicFileAttributes get​(java.nio.file.Path path)  
    • Method Detail

      • get

        java.nio.file.attribute.BasicFileAttributes get​(java.nio.file.Path path)