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 FtpFileTypeFtpFileSystemConfigBuilder. getFileType(FileSystemOptions opts)Gets the file type parameter.static FtpFileTypeFtpFileType. 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 voidFtpFileSystemConfigBuilder. setFileType(FileSystemOptions opts, FtpFileType ftpFileType)Sets the file type parameter.
-