Uses of Class
org.apache.sshd.sftp.client.fs.SftpPath
-
Packages that use SftpPath Package Description org.apache.sshd.sftp.client.fs -
-
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 SftpPath
SftpPathIterator. curEntry
Methods in org.apache.sshd.sftp.client.fs that return SftpPath Modifier and Type Method Description protected SftpPath
SftpFileSystem. create(String root, List<String> names)
SftpPath
SftpFileSystem. getDefaultDir()
SftpPath
SftpDirectoryStream. getRootPath()
SftpPath
SftpPathIterator. getRootPath()
protected SftpPath
SftpPathIterator. nextEntry(SftpPath root, DirectoryStream.Filter<? super Path> selector)
SftpPath
SftpPath. toRealPath(LinkOption... options)
SftpPath
SftpFileSystemProvider. toSftpPath(Path path)
Methods in org.apache.sshd.sftp.client.fs with parameters of type SftpPath Modifier and Type Method Description protected SftpPath
SftpPathIterator. nextEntry(SftpPath root, DirectoryStream.Filter<? super Path> selector)
protected NavigableMap<String,Object>
SftpFileSystemProvider. readAclViewAttributes(SftpPath path, String view, String attrs, LinkOption... options)
protected Map<String,Object>
SftpFileSystemProvider. readCustomViewAttributes(SftpPath path, String view, String attrs, LinkOption... options)
protected NavigableMap<String,Object>
SftpFileSystemProvider. readPosixViewAttributes(SftpPath path, String view, String attrs, LinkOption... options)
SftpClient.Attributes
SftpFileSystemProvider. readRemoteAttributes(SftpPath path, LinkOption... options)
Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpPath Constructor Description SftpDirectoryStream(SftpPath path)
SftpDirectoryStream(SftpPath path, DirectoryStream.Filter<? super Path> filter)
SftpPathIterator(SftpPath path, Iterable<? extends SftpClient.DirEntry> iter)
SftpPathIterator(SftpPath path, Iterable<? extends SftpClient.DirEntry> iter, DirectoryStream.Filter<? super Path> filter)
SftpPathIterator(SftpPath path, Iterator<? extends SftpClient.DirEntry> iter)
SftpPathIterator(SftpPath path, Iterator<? extends SftpClient.DirEntry> iter, DirectoryStream.Filter<? super Path> filter)
-