Uses of Class
org.apache.commons.vfs2.provider.GenericFileName
Packages that use GenericFileName
Package
Description
The File Provider API, and utility classes.
The FTP File Provider.
The HTTP4 File Provider
The SFTP Provider.
The Default File Provider, which wraps java.net.URL.
-
Uses of GenericFileName in org.apache.commons.vfs2.provider
Subclasses of GenericFileName in org.apache.commons.vfs2.providerModifier and TypeClassDescriptionclass
Generic file name that represents a URL.class
Deprecated. -
Uses of GenericFileName in org.apache.commons.vfs2.provider.ftp
Fields in org.apache.commons.vfs2.provider.ftp declared as GenericFileNameMethods in org.apache.commons.vfs2.provider.ftp that return GenericFileNameMethods in org.apache.commons.vfs2.provider.ftp with parameters of type GenericFileNameModifier and TypeMethodDescriptionprotected org.apache.commons.net.ftp.FTPClient
FTPClientWrapper.createClient
(GenericFileName rootName, UserAuthenticationData authData) Constructors in org.apache.commons.vfs2.provider.ftp with parameters of type GenericFileNameModifierConstructorDescriptionprotected
FTPClientWrapper
(GenericFileName root, FileSystemOptions fileSystemOptions) FtpFileSystem
(GenericFileName rootName, FtpClient ftpClient, FileSystemOptions fileSystemOptions) -
Uses of GenericFileName in org.apache.commons.vfs2.provider.http4
Methods in org.apache.commons.vfs2.provider.http4 with parameters of type GenericFileNameModifier and TypeMethodDescriptionprotected org.apache.http.client.HttpClient
Http4FileProvider.createHttpClient
(Http4FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions) Create anHttpClient
object for an http4 file system.protected org.apache.http.impl.client.HttpClientBuilder
Http4FileProvider.createHttpClientBuilder
(Http4FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions) Create anHttpClientBuilder
object.protected org.apache.http.client.protocol.HttpClientContext
Http4FileProvider.createHttpClientContext
(Http4FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions, UserAuthenticationData authData) Create anHttpClientContext
object for an http4 file system. -
Uses of GenericFileName in org.apache.commons.vfs2.provider.sftp
Methods in org.apache.commons.vfs2.provider.sftp with parameters of type GenericFileNameModifier and TypeMethodDescription(package private) static com.jcraft.jsch.Session
SftpFileProvider.createSession
(GenericFileName rootName, FileSystemOptions fileSystemOptions) Creates a new Session.Constructors in org.apache.commons.vfs2.provider.sftp with parameters of type GenericFileNameModifierConstructorDescriptionprotected
SftpFileSystem
(GenericFileName rootName, com.jcraft.jsch.Session session, FileSystemOptions fileSystemOptions) -
Uses of GenericFileName in org.apache.commons.vfs2.provider.url
Subclasses of GenericFileName in org.apache.commons.vfs2.provider.url
GenericURLFileName
as it doesn't depend on Http Client v3 API directly.