org.apache.commons.vfs2.provider.ftps
Class FtpsFileProvider
java.lang.Object
org.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
- All Implemented Interfaces:
- FileProvider, VfsComponent
public class FtpsFileProvider
- extends FtpFileProvider
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
- Since:
- 2.0
- Author:
- Commons VFS team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FtpsFileProvider
public FtpsFileProvider()
doCreateFileSystem
protected FileSystem doCreateFileSystem(FileName name,
FileSystemOptions fileSystemOptions)
throws FileSystemException
- Creates the filesystem.
- Overrides:
doCreateFileSystem
in class FtpFileProvider
- Parameters:
name
- The name of the root file of the file system to create.fileSystemOptions
- The FileSystem options.
- Returns:
- The FileSystem.
- Throws:
FileSystemException
- if an error occurs.
getConfigBuilder
public FileSystemConfigBuilder getConfigBuilder()
- Description copied from class:
AbstractFileProvider
- Returns the FileSystemConfigBuidler.
- Specified by:
getConfigBuilder
in interface FileProvider
- Overrides:
getConfigBuilder
in class FtpFileProvider
- Returns:
- the FileSystemConfigBuilder.
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.