Uses of Class
org.apache.commons.vfs.provider.sftp.SftpFileSystem

Packages that use SftpFileSystem
org.apache.commons.vfs.provider.sftp The SFTP Provider. 
 

Uses of SftpFileSystem in org.apache.commons.vfs.provider.sftp
 

Fields in org.apache.commons.vfs.provider.sftp declared as SftpFileSystem
private  SftpFileSystem SftpFileObject.fileSystem
           
 

Constructors in org.apache.commons.vfs.provider.sftp with parameters of type SftpFileSystem
SftpFileObject(FileName name, SftpFileSystem fileSystem)