|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.vfs2.provider.AbstractVfsComponent
org.apache.commons.vfs2.provider.AbstractVfsContainer
org.apache.commons.vfs2.provider.AbstractFileProvider
org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider
org.apache.commons.vfs2.provider.ftp.FtpFileProvider
org.apache.commons.vfs2.provider.ftps.FtpsFileProvider
public class FtpsFileProvider
A provider for FTP file systems. NOTE: Most of the heavy lifting for FTPS is done by the org.apache.commons.vfs2.provider.ftp package since they both use commons-net package
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.vfs2.provider.ftp.FtpFileProvider |
|---|
ATTR_FILE_ENTRY_PARSER, AUTHENTICATOR_TYPES |
| Constructor Summary | |
|---|---|
FtpsFileProvider()
|
|
| Method Summary | |
|---|---|
protected FileSystem |
doCreateFileSystem(FileName name,
FileSystemOptions fileSystemOptions)
Creates the filesystem. |
FileSystemConfigBuilder |
getConfigBuilder()
Returns the FileSystemConfigBuidler. |
| Methods inherited from class org.apache.commons.vfs2.provider.ftp.FtpFileProvider |
|---|
getCapabilities |
| Methods inherited from class org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider |
|---|
findFile, findFile, getFileSystem |
| Methods inherited from class org.apache.commons.vfs2.provider.AbstractFileProvider |
|---|
addFileSystem, close, closeFileSystem, createFileSystem, findFileSystem, freeUnusedResources, getFileNameParser, parseUri, setFileNameParser |
| Methods inherited from class org.apache.commons.vfs2.provider.AbstractVfsContainer |
|---|
addComponent, removeComponent |
| Methods inherited from class org.apache.commons.vfs2.provider.AbstractVfsComponent |
|---|
getContext, getLogger, init, setContext, setLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FtpsFileProvider()
| Method Detail |
|---|
protected FileSystem doCreateFileSystem(FileName name,
FileSystemOptions fileSystemOptions)
throws FileSystemException
doCreateFileSystem in class FtpFileProvidername - The name of the root file of the file system to create.fileSystemOptions - The FileSystem options.
FileSystemException - if an error occurs.public FileSystemConfigBuilder getConfigBuilder()
AbstractFileProvider
getConfigBuilder in interface FileProvidergetConfigBuilder in class FtpFileProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||