Uses of Class
org.apache.sshd.sftp.client.fs.SftpPath
-
Packages that use SftpPath Package Description org.apache.sshd.sftp.client.fs org.apache.sshd.sftp.client.impl -
-
Uses of SftpPath in org.apache.sshd.sftp.client.fs
Fields in org.apache.sshd.sftp.client.fs declared as SftpPath Modifier and Type Field Description protected SftpPathSftpPathIterator. curEntryprivate SftpPathSftpFileSystem. defaultDirprivate SftpPathSftpDirectoryStream. pathprivate SftpPathSftpPathIterator. pathMethods in org.apache.sshd.sftp.client.fs that return SftpPath Modifier and Type Method Description protected SftpPathSftpFileSystem. create(java.lang.String root, java.util.List<java.lang.String> names)SftpPathSftpFileSystem. getDefaultDir()SftpPathSftpDirectoryStream. getRootPath()SftpPathSftpPathIterator. getRootPath()protected SftpPathSftpPathIterator. nextEntry(SftpPath root, java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> selector)SftpPathSftpPath. toRealPath(java.nio.file.LinkOption... options)SftpPathSftpFileSystemProvider. toSftpPath(java.nio.file.Path path)Methods in org.apache.sshd.sftp.client.fs with parameters of type SftpPath Modifier and Type Method Description protected SftpPathSftpPathIterator. nextEntry(SftpPath root, java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> selector)protected java.util.NavigableMap<java.lang.String,java.lang.Object>SftpFileSystemProvider. readAclViewAttributes(SftpPath path, java.lang.String view, java.lang.String attrs, java.nio.file.LinkOption... options)protected java.util.Map<java.lang.String,java.lang.Object>SftpFileSystemProvider. readCustomViewAttributes(SftpPath path, java.lang.String view, java.lang.String attrs, java.nio.file.LinkOption... options)protected java.util.NavigableMap<java.lang.String,java.lang.Object>SftpFileSystemProvider. readPosixViewAttributes(SftpPath path, java.lang.String view, java.lang.String attrs, java.nio.file.LinkOption... options)SftpClient.AttributesSftpFileSystemProvider. readRemoteAttributes(SftpPath path, java.nio.file.LinkOption... options)protected SftpClient.AttributesSftpFileSystemProvider. resolveRemoteFileAttributes(SftpPath path, java.nio.file.LinkOption... options)Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpPath Constructor Description SftpDirectoryStream(SftpPath path)SftpDirectoryStream(SftpPath path, java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> filter)SftpPathIterator(SftpPath path, java.lang.Iterable<? extends SftpClient.DirEntry> iter)SftpPathIterator(SftpPath path, java.lang.Iterable<? extends SftpClient.DirEntry> iter, java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> filter)SftpPathIterator(SftpPath path, java.util.Iterator<? extends SftpClient.DirEntry> iter)SftpPathIterator(SftpPath path, java.util.Iterator<? extends SftpClient.DirEntry> iter, java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> filter) -
Uses of SftpPath in org.apache.sshd.sftp.client.impl
Subclasses of SftpPath in org.apache.sshd.sftp.client.impl Modifier and Type Class Description classSftpPathImplAnSftpPaththat can cacheSftpClient.Attributes.
-