Uses of Interface
org.apache.sshd.server.SshFile

Packages that use SshFile
org.apache.sshd.server   
org.apache.sshd.server.command   
org.apache.sshd.server.filesystem   
org.apache.sshd.server.sftp   
 

Uses of SshFile in org.apache.sshd.server
 

Methods in org.apache.sshd.server that return SshFile
 SshFile FileSystemView.getFile(SshFile baseDir, String file)
          Get file object.
 SshFile FileSystemView.getFile(String file)
          Get file object.
 SshFile SshFile.getParentFile()
          Get the immediate parent.
 

Methods in org.apache.sshd.server that return types with arguments of type SshFile
 List<SshFile> SshFile.listSshFiles()
          List file objects.
 

Methods in org.apache.sshd.server with parameters of type SshFile
 SshFile FileSystemView.getFile(SshFile baseDir, String file)
          Get file object.
 boolean SshFile.move(SshFile destination)
          Move file.
 

Uses of SshFile in org.apache.sshd.server.command
 

Methods in org.apache.sshd.server.command with parameters of type SshFile
protected  void ScpCommand.readDir(SshFile path)
           
protected  void ScpCommand.readFile(SshFile path)
           
protected  void ScpCommand.writeDir(String header, SshFile path)
           
protected  void ScpCommand.writeFile(String header, SshFile path)
           
 

Uses of SshFile in org.apache.sshd.server.filesystem
 

Classes in org.apache.sshd.server.filesystem that implement SshFile
 class NativeSshFile
          Internal class, do not use directly. This class wraps native file object.
 

Methods in org.apache.sshd.server.filesystem that return SshFile
 SshFile NativeFileSystemView.getFile(SshFile baseDir, String file)
           
 SshFile NativeFileSystemView.getFile(String file)
          Get file object.
protected  SshFile NativeFileSystemView.getFile(String dir, String file)
           
 SshFile NativeSshFile.getParentFile()
           
 

Methods in org.apache.sshd.server.filesystem that return types with arguments of type SshFile
 List<SshFile> NativeSshFile.listSshFiles()
          List files.
 

Methods in org.apache.sshd.server.filesystem with parameters of type SshFile
 SshFile NativeFileSystemView.getFile(SshFile baseDir, String file)
           
 boolean NativeSshFile.move(SshFile dest)
          Move file object.
 

Uses of SshFile in org.apache.sshd.server.sftp
 

Methods in org.apache.sshd.server.sftp that return SshFile
 SshFile SftpSubsystem.Handle.getFile()
           
 

Methods in org.apache.sshd.server.sftp with parameters of type SshFile
protected  void SftpSubsystem.sendAttrs(int id, SshFile file)
           
protected  void SftpSubsystem.sendAttrs(int id, SshFile file, int flags)
           
protected  void SftpSubsystem.sendPath(int id, SshFile f)
           
protected  void SftpSubsystem.writeAttrs(Buffer buffer, SshFile file)
           
protected  void SftpSubsystem.writeAttrs(Buffer buffer, SshFile file, int flags)
           
 

Method parameters in org.apache.sshd.server.sftp with type arguments of type SshFile
protected  void SftpSubsystem.sendName(int id, Collection<SshFile> files)
           
 

Constructors in org.apache.sshd.server.sftp with parameters of type SshFile
SftpSubsystem.DirectoryHandle(SshFile file)
           
SftpSubsystem.FileHandle(SshFile sshFile, int flags)
           
SftpSubsystem.Handle(SshFile file)
           
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.