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 TypeClassDescriptionclassGeneric file name that represents a URL.classDeprecated. -
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.FTPClientFTPClientWrapper.createClient(GenericFileName rootName, UserAuthenticationData authData) Constructors in org.apache.commons.vfs2.provider.ftp with parameters of type GenericFileNameModifierConstructorDescriptionprotectedFTPClientWrapper(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.HttpClientHttp4FileProvider.createHttpClient(Http4FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions) Create anHttpClientobject for an http4 file system.protected org.apache.http.impl.client.HttpClientBuilderHttp4FileProvider.createHttpClientBuilder(Http4FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions) Create anHttpClientBuilderobject.protected org.apache.http.client.protocol.HttpClientContextHttp4FileProvider.createHttpClientContext(Http4FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions, UserAuthenticationData authData) Create anHttpClientContextobject 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.SessionSftpFileProvider.createSession(GenericFileName rootName, FileSystemOptions fileSystemOptions) Creates a new Session.Constructors in org.apache.commons.vfs2.provider.sftp with parameters of type GenericFileNameModifierConstructorDescriptionprotectedSftpFileSystem(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
GenericURLFileNameas it doesn't depend on Http Client v3 API directly.