Uses of Class
org.apache.sshd.client.subsystem.sftp.fs.SftpPath
-
Packages that use SftpPath Package Description org.apache.sshd.client.subsystem.sftp.fs -
-
Uses of SftpPath in org.apache.sshd.client.subsystem.sftp.fs
Methods in org.apache.sshd.client.subsystem.sftp.fs that return SftpPath Modifier and Type Method Description protected SftpPath
SftpFileSystem. create(String root, List<String> names)
SftpPath
SftpFileSystem. getDefaultDir()
SftpPath
SftpPath. toRealPath(LinkOption... options)
SftpPath
SftpFileSystemProvider. toSftpPath(Path path)
Methods in org.apache.sshd.client.subsystem.sftp.fs with parameters of type SftpPath Modifier and Type Method Description 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.client.subsystem.sftp.fs with parameters of type SftpPath Constructor Description SftpDirectoryStream(SftpPath path)
SftpFileSystemChannel(SftpPath p, Collection<SftpClient.OpenMode> modes)
SftpPathIterator(SftpPath path, Iterable<? extends SftpClient.DirEntry> iter)
SftpPathIterator(SftpPath path, Iterator<? extends SftpClient.DirEntry> iter)
-