Uses of Class
com.github.robtimus.filesystems.ftp.FileStructure
-
-
Uses of FileStructure in com.github.robtimus.filesystems.ftp
Methods in com.github.robtimus.filesystems.ftp that return FileStructure Modifier and Type Method Description static FileStructure
FileStructure. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileStructure[]
FileStructure. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-