Package | Description |
---|---|
org.apache.commons.vfs2.provider.ftp |
The FTP File Provider.
|
Modifier and Type | Method | Description |
---|---|---|
FtpFileType |
FtpFileSystemConfigBuilder.getFileType(FileSystemOptions opts) |
Gets the file type parameter.
|
static FtpFileType |
FtpFileType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static FtpFileType[] |
FtpFileType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FtpFileSystemConfigBuilder.setFileType(FileSystemOptions opts,
FtpFileType ftpFileType) |
Sets the file type parameter.
|