Package org.apache.sshd.common.file.root
Class RootedPath
- java.lang.Object
-
- org.apache.sshd.common.file.util.BasePath<RootedPath,RootedFileSystem>
-
- org.apache.sshd.common.file.root.RootedPath
-
public class RootedPath extends BasePath<RootedPath,RootedFileSystem>
- Author:
- Apache MINA SSHD Project
-
-
Constructor Summary
Constructors Constructor Description RootedPath(RootedFileSystem fileSystem, String root, List<String> names)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
toFile()
RootedPath
toRealPath(LinkOption... options)
-
Methods inherited from class org.apache.sshd.common.file.util.BasePath
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
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
RootedPath
public RootedPath(RootedFileSystem fileSystem, String root, List<String> names)
-
-
Method Detail
-
toFile
public File toFile()
- Specified by:
toFile
in interfacePath
- Overrides:
toFile
in classBasePath<RootedPath,RootedFileSystem>
-
toRealPath
public RootedPath toRealPath(LinkOption... options) throws IOException
- Throws:
IOException
-
-