Package org.apache.sshd.sftp.server
Interface SftpFileSystemAccessorManager
-
- All Superinterfaces:
SftpFileSystemAccessorProvider
- All Known Implementing Classes:
SftpSubsystemFactory
public interface SftpFileSystemAccessorManager extends SftpFileSystemAccessorProvider
- Author:
- Apache MINA SSHD Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setFileSystemAccessor(SftpFileSystemAccessor accessor)
-
Methods inherited from interface org.apache.sshd.sftp.server.SftpFileSystemAccessorProvider
getFileSystemAccessor
-
-
-
-
Method Detail
-
setFileSystemAccessor
void setFileSystemAccessor(SftpFileSystemAccessor accessor)
-
-