|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericFileName | |
---|---|
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.sftp | The SFTP Provider. |
org.apache.commons.vfs2.provider.url | The Default File Provider, which wraps java.net.URL. |
org.apache.commons.vfs2.provider.webdav | The WebDAV File Provider |
Uses of GenericFileName in org.apache.commons.vfs2.provider |
---|
Subclasses of GenericFileName in org.apache.commons.vfs2.provider | |
---|---|
class |
URLFileName
|
Uses of GenericFileName in org.apache.commons.vfs2.provider.ftp |
---|
Constructors in org.apache.commons.vfs2.provider.ftp with parameters of type GenericFileName | |
---|---|
FtpFileSystem(GenericFileName rootName,
FtpClient ftpClient,
FileSystemOptions fileSystemOptions)
|
Uses of GenericFileName in org.apache.commons.vfs2.provider.http |
---|
Constructors in org.apache.commons.vfs2.provider.http with parameters of type GenericFileName | |
---|---|
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 | |
---|---|
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 | |
---|---|
class |
UrlFileName
A URL FileName. |
Uses of GenericFileName in org.apache.commons.vfs2.provider.webdav |
---|
Constructors in org.apache.commons.vfs2.provider.webdav with parameters of type GenericFileName | |
---|---|
WebdavFileSystem(GenericFileName rootName,
org.apache.commons.httpclient.HttpClient client,
FileSystemOptions fileSystemOptions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |