Interface FsFile

  • All Superinterfaces:
    java.lang.Comparable<java.nio.file.Path>, java.lang.Iterable<java.nio.file.Path>, java.nio.file.Path, java.nio.file.Watchable

    @Deprecated
    public interface FsFile
    extends java.nio.file.Path
    Deprecated.
    Use Path instead.
    • Method Summary

      All Methods Instance Methods Default Methods Deprecated Methods 
      Modifier and Type Method Description
      default java.lang.String getPath()
      Deprecated.
      default java.nio.file.Path join​(java.lang.String name)
      Deprecated.
      use Path.resolve(Path) instead.
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
      • Methods inherited from interface java.nio.file.Path

        compareTo, endsWith, endsWith, equals, getFileName, getFileSystem, getName, getNameCount, getParent, getRoot, hashCode, isAbsolute, iterator, normalize, register, register, relativize, resolve, resolve, resolveSibling, resolveSibling, startsWith, startsWith, subpath, toAbsolutePath, toFile, toRealPath, toString, toUri
    • Method Detail

      • getPath

        @Deprecated
        default java.lang.String getPath()
        Deprecated.
      • join

        @Deprecated
        default java.nio.file.Path join​(java.lang.String name)
        Deprecated.
        use Path.resolve(Path) instead.