Uses of Class
org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
Packages that use SftpFileSystemProvider Package Description org.apache.sshd.client.subsystem.sftp.fs org.apache.sshd.client.subsystem.sftp.impl -
-
Uses of SftpFileSystemProvider in org.apache.sshd.client.subsystem.sftp.fs
Methods in org.apache.sshd.client.subsystem.sftp.fs that return SftpFileSystemProvider Modifier and Type Method Description SftpFileSystemProvider
SftpFileSystem. provider()
Constructors in org.apache.sshd.client.subsystem.sftp.fs with parameters of type SftpFileSystemProvider Constructor Description SftpAclFileAttributeView(SftpFileSystemProvider provider, Path path, LinkOption... options)
SftpFileSystem(SftpFileSystemProvider provider, String id, ClientSession session, SftpClientFactory factory, SftpVersionSelector selector)
SftpPosixFileAttributeView(SftpFileSystemProvider provider, Path path, LinkOption... options)
-
Uses of SftpFileSystemProvider in org.apache.sshd.client.subsystem.sftp.impl
Fields in org.apache.sshd.client.subsystem.sftp.impl declared as SftpFileSystemProvider Modifier and Type Field Description protected SftpFileSystemProvider
AbstractSftpFileAttributeView. provider
Methods in org.apache.sshd.client.subsystem.sftp.impl that return SftpFileSystemProvider Modifier and Type Method Description SftpFileSystemProvider
AbstractSftpFileAttributeView. provider()
Constructors in org.apache.sshd.client.subsystem.sftp.impl with parameters of type SftpFileSystemProvider Constructor Description AbstractSftpFileAttributeView(SftpFileSystemProvider provider, Path path, LinkOption... options)
-