Uses of Class
org.apache.commons.vfs2.provider.ftp.FtpFileType
-
Packages that use FtpFileType Package Description org.apache.commons.vfs2.provider.ftp The FTP File Provider. -
-
Uses of FtpFileType in org.apache.commons.vfs2.provider.ftp
Methods in org.apache.commons.vfs2.provider.ftp that return FtpFileType 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.Methods in org.apache.commons.vfs2.provider.ftp with parameters of type FtpFileType Modifier and Type Method Description void
FtpFileSystemConfigBuilder. setFileType(FileSystemOptions opts, FtpFileType ftpFileType)
Sets the file type parameter.
-