Uses of Enum Class
net.schmizz.sshj.sftp.FileMode.Type
Packages that use FileMode.Type
-
Uses of FileMode.Type in net.schmizz.sshj.sftp
Fields in net.schmizz.sshj.sftp declared as FileMode.TypeMethods in net.schmizz.sshj.sftp that return FileMode.TypeModifier and TypeMethodDescriptionstatic FileMode.Type
FileMode.Type.fromMask
(int mask) FileAttributes.getType()
FileMode.getType()
static FileMode.Type
Returns the enum constant of this class with the specified name.static FileMode.Type[]
FileMode.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.schmizz.sshj.sftp with parameters of type FileMode.Type