Class RootedPath

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

    public class RootedPath
    extends BasePath<RootedPath,​RootedFileSystem>
    • Constructor Detail

      • RootedPath

        public RootedPath​(RootedFileSystem fileSystem,
                          java.lang.String root,
                          java.util.List<java.lang.String> names)
    • Method Detail

      • toRealPath

        public RootedPath toRealPath​(java.nio.file.LinkOption... options)
                              throws java.io.IOException
        Throws:
        java.io.IOException