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.ftps The FTPS File Provider.org.apache.commons.vfs2.provider.http The HTTP 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
URLFileName
A file name that represents URL. -
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()
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.ftps
Constructors in org.apache.commons.vfs2.provider.ftps with parameters of type GenericFileName Constructor Description FtpsFileSystem(GenericFileName rootName, FtpClient ftpClient, FileSystemOptions fileSystemOptions)
Create 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 GenericFileName Constructor Description HttpFileSystem(GenericFileName rootName, org.apache.commons.httpclient.HttpClient client, FileSystemOptions fileSystemOptions)
-
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)
-
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.
-