Uses of Class
org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
-
Packages that use SftpFileSystemProvider Package Description org.apache.sshd.sftp.client.fs org.apache.sshd.sftp.client.impl -
-
Uses of SftpFileSystemProvider in org.apache.sshd.sftp.client.fs
Methods in org.apache.sshd.sftp.client.fs that return SftpFileSystemProvider Modifier and Type Method Description SftpFileSystemProviderSftpFileSystem. provider()Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpFileSystemProvider Constructor Description SftpAclFileAttributeView(SftpFileSystemProvider provider, java.nio.file.Path path, java.nio.file.LinkOption... options)SftpFileSystem(SftpFileSystemProvider provider, java.lang.String id, ClientSession session, SftpClientFactory factory, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)SftpFileSystem(SftpFileSystemProvider provider, java.lang.String id, SftpClientFactory factory, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)SftpFileSystemAutomatic(SftpFileSystemProvider provider, java.lang.String id, IOFunction<java.lang.Boolean,ClientSession> sessionProvider, SftpClientFactory factory, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)SftpPosixFileAttributeView(SftpFileSystemProvider provider, java.nio.file.Path path, java.nio.file.LinkOption... options) -
Uses of SftpFileSystemProvider in org.apache.sshd.sftp.client.impl
Fields in org.apache.sshd.sftp.client.impl declared as SftpFileSystemProvider Modifier and Type Field Description protected SftpFileSystemProviderAbstractSftpFileAttributeView. providerMethods in org.apache.sshd.sftp.client.impl that return SftpFileSystemProvider Modifier and Type Method Description SftpFileSystemProviderAbstractSftpFileAttributeView. provider()Constructors in org.apache.sshd.sftp.client.impl with parameters of type SftpFileSystemProvider Constructor Description AbstractSftpFileAttributeView(SftpFileSystemProvider provider, java.nio.file.Path path, java.nio.file.LinkOption... options)
-