Uses of Enum
org.apache.commons.vfs2.provider.ftp.FtpFileType
Packages that use FtpFileType
-
Uses of FtpFileType in org.apache.commons.vfs2.provider.ftp
Methods in org.apache.commons.vfs2.provider.ftp that return FtpFileTypeModifier and TypeMethodDescriptionFtpFileSystemConfigBuilder.getFileType
(FileSystemOptions opts) Gets the file type parameter.static FtpFileType
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 FtpFileTypeModifier and TypeMethodDescriptionvoid
FtpFileSystemConfigBuilder.setFileType
(FileSystemOptions opts, FtpFileType ftpFileType) Sets the file type parameter.