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 FTPS File Provider.
The HTTP File Provider.
The HTTP4 File Provider.
The HTTP5 File Provider.
The SFTP Provider.
The Default File Provider, which wraps
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
Methods 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 rootFileName, UserAuthenticationData authData) Creates an FTPClient.Constructors in org.apache.commons.vfs2.provider.ftp with parameters of type GenericFileNameModifierConstructorDescriptionprotected
FTPClientWrapper
(GenericFileName rootFileName, FileSystemOptions fileSystemOptions) Constructs a new instance.FtpFileSystem
(GenericFileName rootName, FtpClient ftpClient, FileSystemOptions fileSystemOptions) Constructs a new instance. -
Uses of GenericFileName in org.apache.commons.vfs2.provider.ftps
Constructors in org.apache.commons.vfs2.provider.ftps with parameters of type GenericFileNameModifierConstructorDescriptionFtpsFileSystem
(GenericFileName rootName, FtpClient ftpClient, FileSystemOptions fileSystemOptions) Creates a new FtpsFileSystem. -
Uses of GenericFileName in org.apache.commons.vfs2.provider.http
Constructors in org.apache.commons.vfs2.provider.http with parameters of type GenericFileNameModifierConstructorDescriptionprotected
HttpFileSystem
(GenericFileName rootName, org.apache.commons.httpclient.HttpClient httpClient, FileSystemOptions fileSystemOptions) Deprecated.Constructs a new instance. -
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) Deprecated.Create anHttpClient
object for an http4 file system.protected org.apache.http.impl.client.HttpClientBuilder
Http4FileProvider.createHttpClientBuilder
(Http4FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions) Deprecated.Create anHttpClientBuilder
object.protected org.apache.http.client.protocol.HttpClientContext
Http4FileProvider.createHttpClientContext
(Http4FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions, UserAuthenticationData authData) Deprecated.Create anHttpClientContext
object for an http4 file system. -
Uses of GenericFileName in org.apache.commons.vfs2.provider.http5
Methods in org.apache.commons.vfs2.provider.http5 with parameters of type GenericFileNameModifier and TypeMethodDescriptionprotected org.apache.hc.client5.http.classic.HttpClient
Http5FileProvider.createHttpClient
(Http5FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions) Create anHttpClient
object for an http4 file system.protected org.apache.hc.client5.http.impl.classic.HttpClientBuilder
Http5FileProvider.createHttpClientBuilder
(Http5FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions) Create anHttpClientBuilder
object.protected org.apache.hc.client5.http.protocol.HttpClientContext
Http5FileProvider.createHttpClientContext
(Http5FileSystemConfigBuilder 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
Constructors in org.apache.commons.vfs2.provider.sftp with parameters of type GenericFileNameModifierConstructorDescriptionprotected
SftpFileSystem
(GenericFileName rootName, com.jcraft.jsch.Session session, FileSystemOptions fileSystemOptions) Constructs a new instance. -
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.