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 classGenericURLFileNameGeneric file name that represents a URL.classURLFileNameDeprecated.UseGenericURLFileNameas 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 GenericFileNameFTPClientWrapper. 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.FTPClientFTPClientWrapper. 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.HttpClientHttp4FileProvider. createHttpClient(Http4FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions)Deprecated.Create anHttpClientobject for an http4 file system.protected org.apache.http.impl.client.HttpClientBuilderHttp4FileProvider. createHttpClientBuilder(Http4FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions)Deprecated.Create anHttpClientBuilderobject.protected org.apache.http.client.protocol.HttpClientContextHttp4FileProvider. createHttpClientContext(Http4FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions, UserAuthenticationData authData)Deprecated.Create anHttpClientContextobject 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 classUrlFileNameA URL FileName.
-