Uses of Interface
org.apache.sshd.sftp.server.SftpFileSystemAccessor
-
Packages that use SftpFileSystemAccessor Package Description org.apache.sshd.sftp.server -
-
Uses of SftpFileSystemAccessor in org.apache.sshd.sftp.server
Fields in org.apache.sshd.sftp.server declared as SftpFileSystemAccessor Modifier and Type Field Description static SftpFileSystemAccessor
SftpFileSystemAccessor. DEFAULT
private SftpFileSystemAccessor
AbstractSftpSubsystemHelper. fileSystemAccessor
private SftpFileSystemAccessor
SftpSubsystemFactory.Builder. fileSystemAccessor
private SftpFileSystemAccessor
SftpSubsystemFactory. fileSystemAccessor
Methods in org.apache.sshd.sftp.server that return SftpFileSystemAccessor Modifier and Type Method Description SftpFileSystemAccessor
AbstractSftpSubsystemHelper. getFileSystemAccessor()
SftpFileSystemAccessor
SftpFileSystemAccessorProvider. getFileSystemAccessor()
SftpFileSystemAccessor
SftpSubsystemFactory. getFileSystemAccessor()
Methods in org.apache.sshd.sftp.server with parameters of type SftpFileSystemAccessor Modifier and Type Method Description void
SftpFileSystemAccessorManager. setFileSystemAccessor(SftpFileSystemAccessor accessor)
void
SftpSubsystemFactory. setFileSystemAccessor(SftpFileSystemAccessor accessor)
SftpSubsystemFactory.Builder
SftpSubsystemFactory.Builder. withFileSystemAccessor(SftpFileSystemAccessor accessor)
-