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