Uses of Class
org.apache.commons.vfs.provider.GenericFileName

Packages that use GenericFileName
org.apache.commons.vfs.provider The File Provider API, and utility classes. 
org.apache.commons.vfs.provider.ftp The FTP File Provider. 
org.apache.commons.vfs.provider.http The HTTP File Provider 
org.apache.commons.vfs.provider.sftp The SFTP Provider. 
org.apache.commons.vfs.provider.smb The SMB/CIFS File Provider. 
org.apache.commons.vfs.provider.url The Default File Provider, which wraps java.net.URL. 
org.apache.commons.vfs.provider.webdav The WebDAV File Provider 
 

Uses of GenericFileName in org.apache.commons.vfs.provider
 

Subclasses of GenericFileName in org.apache.commons.vfs.provider
 class URLFileName
           
 

Uses of GenericFileName in org.apache.commons.vfs.provider.ftp
 

Constructors in org.apache.commons.vfs.provider.ftp with parameters of type GenericFileName
FtpFileSystem(GenericFileName rootName, FtpClient ftpClient, FileSystemOptions fileSystemOptions)
           
 

Uses of GenericFileName in org.apache.commons.vfs.provider.http
 

Constructors in org.apache.commons.vfs.provider.http with parameters of type GenericFileName
HttpFileSystem(GenericFileName rootName, org.apache.commons.httpclient.HttpClient client, FileSystemOptions fileSystemOptions)
           
 

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

Constructors in org.apache.commons.vfs.provider.sftp with parameters of type GenericFileName
SftpFileSystem(GenericFileName rootName, com.jcraft.jsch.Session session, FileSystemOptions fileSystemOptions)
           
 

Uses of GenericFileName in org.apache.commons.vfs.provider.smb
 

Subclasses of GenericFileName in org.apache.commons.vfs.provider.smb
 class SmbFileName
          An SMB URI.
 

Uses of GenericFileName in org.apache.commons.vfs.provider.url
 

Subclasses of GenericFileName in org.apache.commons.vfs.provider.url
 class UrlFileName
          Created by IntelliJ IDEA.
 

Uses of GenericFileName in org.apache.commons.vfs.provider.webdav
 

Constructors in org.apache.commons.vfs.provider.webdav with parameters of type GenericFileName
WebdavFileSystem(GenericFileName rootName, org.apache.commons.httpclient.HttpClient client, FileSystemOptions fileSystemOptions)
           
 



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.