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   
org.apache.commons.vfs.provider.sftp The SFTP Provider. 
org.apache.commons.vfs.provider.url The Default File Provider, which wraps java.net.URL. 
 

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.url
 

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



Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.