Uses of Class
org.apache.commons.vfs2.provider.GenericFileName
-
Packages that use GenericFileName Package Description org.apache.commons.vfs2.provider The File Provider API, and utility classes.org.apache.commons.vfs2.provider.ftp The FTP File Provider.org.apache.commons.vfs2.provider.http The HTTP File Provider.org.apache.commons.vfs2.provider.http4 The HTTP4 File Provider.org.apache.commons.vfs2.provider.sftp The SFTP Provider.org.apache.commons.vfs2.provider.url The Default File Provider, which wrapsURL
. -
-
Uses of GenericFileName in org.apache.commons.vfs2.provider
Subclasses of GenericFileName in org.apache.commons.vfs2.provider Modifier and Type Class Description class
GenericURLFileName
Generic file name that represents a URL.class
URLFileName
Deprecated.UseGenericURLFileName
as it doesn't depend on HTTP Client v3 API directly. -
Uses of GenericFileName in org.apache.commons.vfs2.provider.ftp
Methods in org.apache.commons.vfs2.provider.ftp that return GenericFileName Modifier and Type Method Description GenericFileName
FTPClientWrapper. getRoot()
Gets the root file name.Methods in org.apache.commons.vfs2.provider.ftp with parameters of type GenericFileName Modifier and Type Method Description protected 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 GenericFileName Constructor Description 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.http
Constructors in org.apache.commons.vfs2.provider.http with parameters of type GenericFileName Constructor Description 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 GenericFileName Modifier and Type Method Description protected 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.sftp
Constructors in org.apache.commons.vfs2.provider.sftp with parameters of type GenericFileName Constructor Description 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 Modifier and Type Class Description class
UrlFileName
A URL FileName.
-