Uses of Class
org.apache.commons.vfs.provider.GenericFileName
-
Packages that use GenericFileName Package Description 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 Modifier and Type Class Description 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 Constructor Description 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 Constructor Description 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 Constructor Description 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 Modifier and Type Class Description class
UrlFileName
Created by IntelliJ IDEA.
-