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 SftpFileSystemAccessorSftpFileSystemAccessor. DEFAULTprivate SftpFileSystemAccessorAbstractSftpSubsystemHelper. fileSystemAccessorprivate SftpFileSystemAccessorSftpSubsystemFactory.Builder. fileSystemAccessorprivate SftpFileSystemAccessorSftpSubsystemFactory. fileSystemAccessorMethods in org.apache.sshd.sftp.server that return SftpFileSystemAccessor Modifier and Type Method Description SftpFileSystemAccessorAbstractSftpSubsystemHelper. getFileSystemAccessor()SftpFileSystemAccessorSftpFileSystemAccessorProvider. getFileSystemAccessor()SftpFileSystemAccessorSftpSubsystemFactory. getFileSystemAccessor()Methods in org.apache.sshd.sftp.server with parameters of type SftpFileSystemAccessor Modifier and Type Method Description voidSftpFileSystemAccessorManager. setFileSystemAccessor(SftpFileSystemAccessor accessor)voidSftpSubsystemFactory. setFileSystemAccessor(SftpFileSystemAccessor accessor)SftpSubsystemFactory.BuilderSftpSubsystemFactory.Builder. withFileSystemAccessor(SftpFileSystemAccessor accessor)
-