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
Fields in org.apache.sshd.client.subsystem.sftp.fs declared as SftpPath Modifier and Type Field Description private SftpPath
SftpFileSystem. defaultDir
private SftpPath
SftpDirectoryStream. p
private SftpPath
SftpPathIterator. p
Methods in org.apache.sshd.client.subsystem.sftp.fs that return SftpPath Modifier and Type Method Description protected SftpPath
SftpFileSystem. create(java.lang.String root, java.util.List<java.lang.String> names)
SftpPath
SftpFileSystem. getDefaultDir()
SftpPath
SftpPath. toRealPath(java.nio.file.LinkOption... options)
SftpPath
SftpFileSystemProvider. toSftpPath(java.nio.file.Path path)
Methods in org.apache.sshd.client.subsystem.sftp.fs with parameters of type SftpPath Modifier and Type Method Description 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.Attributes
SftpFileSystemProvider. readRemoteAttributes(SftpPath path, java.nio.file.LinkOption... options)
Constructors in org.apache.sshd.client.subsystem.sftp.fs with parameters of type SftpPath Constructor Description SftpDirectoryStream(SftpPath path)
SftpFileSystemChannel(SftpPath p, java.util.Collection<SftpClient.OpenMode> modes)
SftpPathIterator(SftpPath path, java.lang.Iterable<? extends SftpClient.DirEntry> iter)
SftpPathIterator(SftpPath path, java.util.Iterator<? extends SftpClient.DirEntry> iter)
-