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.http4 The HTTP4 File Providerorg.apache.commons.vfs2.provider.sftp The SFTP Provider.org.apache.commons.vfs2.provider.url 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.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
Fields in org.apache.commons.vfs2.provider.ftp declared as GenericFileName Modifier and Type Field Description private GenericFileName
FTPClientWrapper. root
Methods in org.apache.commons.vfs2.provider.ftp that return GenericFileName Modifier and Type Method Description GenericFileName
FTPClientWrapper. getRoot()
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 rootName, UserAuthenticationData authData)
Constructors in org.apache.commons.vfs2.provider.ftp with parameters of type GenericFileName Constructor Description 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 GenericFileName Modifier and Type Method Description protected 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 GenericFileName Modifier and Type Method Description (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 GenericFileName Constructor Description 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 Modifier and Type Class Description class
UrlFileName
A URL FileName.
-