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

Packages that use SshFile
org.apache.sshd.server   
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(java.lang.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
 java.util.List<SshFile> SshFile.listSshFiles()
          List file objects.
 

Methods in org.apache.sshd.server with parameters of type SshFile
 boolean SshFile.move(SshFile destination)
          Move file.
 

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(java.lang.String file)
          Get file object.
 SshFile NativeSshFile.getParentFile()
           
 

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

Methods in org.apache.sshd.server.filesystem with parameters of type SshFile
 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, java.util.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-2010 The Apache Software Foundation. All Rights Reserved.