public class RootedPath extends BasePath<RootedPath,RootedFileSystem>
Constructor and Description |
---|
RootedPath(RootedFileSystem fileSystem,
java.lang.String root,
java.util.List<java.lang.String> names) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
toFile() |
RootedPath |
toRealPath(java.nio.file.LinkOption... options) |
asString, asT, calculatedHashCode, checkPath, compare, compareTo, create, create, create, endsWith, endsWith, endsWith, equals, getFileName, getFileSystem, getName, getNameCount, getParent, getRoot, hashCode, isAbsolute, isNormal, iterator, normalize, register, register, relativize, resolve, resolve, resolveSibling, resolveSibling, startsWith, startsWith, startsWith, subpath, toAbsolutePath, toString, toUri
public RootedPath(RootedFileSystem fileSystem, java.lang.String root, java.util.List<java.lang.String> names)
public java.io.File toFile()
toFile
in interface java.nio.file.Path
toFile
in class BasePath<RootedPath,RootedFileSystem>
public RootedPath toRealPath(java.nio.file.LinkOption... options) throws java.io.IOException
java.io.IOException