|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GenericFileName | |
|---|---|
| org.apache.commons.vfs.provider | The File Provider API, and utility classes. |
| org.apache.commons.vfs.provider.ftp | The FTP File Provider. |
| org.apache.commons.vfs.provider.http | |
| org.apache.commons.vfs.provider.sftp | The SFTP Provider. |
| org.apache.commons.vfs.provider.url | The Default File Provider, which wraps java.net.URL. |
| Uses of GenericFileName in org.apache.commons.vfs.provider |
|---|
| Subclasses of GenericFileName in org.apache.commons.vfs.provider | |
|---|---|
class |
URLFileName
|
| Uses of GenericFileName in org.apache.commons.vfs.provider.ftp |
|---|
| Fields in org.apache.commons.vfs.provider.ftp declared as GenericFileName | |
|---|---|
private GenericFileName |
FTPClientWrapper.root
|
| Methods in org.apache.commons.vfs.provider.ftp that return GenericFileName | |
|---|---|
GenericFileName |
FTPClientWrapper.getRoot()
|
| Constructors in org.apache.commons.vfs.provider.ftp with parameters of type GenericFileName | |
|---|---|
FTPClientWrapper(GenericFileName root,
FileSystemOptions fileSystemOptions)
|
|
FtpFileSystem(GenericFileName rootName,
FtpClient ftpClient,
FileSystemOptions fileSystemOptions)
|
|
| Uses of GenericFileName in org.apache.commons.vfs.provider.http |
|---|
| Constructors in org.apache.commons.vfs.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.vfs.provider.sftp |
|---|
| Constructors in org.apache.commons.vfs.provider.sftp with parameters of type GenericFileName | |
|---|---|
SftpFileSystem(GenericFileName rootName,
com.jcraft.jsch.Session session,
FileSystemOptions fileSystemOptions)
|
|
| Uses of GenericFileName in org.apache.commons.vfs.provider.url |
|---|
| Subclasses of GenericFileName in org.apache.commons.vfs.provider.url | |
|---|---|
class |
UrlFileName
Created by IntelliJ IDEA. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||