Uses of Class
net.schmizz.sshj.sftp.FileAttributes.Flag
-
Packages that use FileAttributes.Flag Package Description net.schmizz.sshj.sftp -
-
Uses of FileAttributes.Flag in net.schmizz.sshj.sftp
Methods in net.schmizz.sshj.sftp that return FileAttributes.Flag Modifier and Type Method Description static FileAttributes.Flag
FileAttributes.Flag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FileAttributes.Flag[]
FileAttributes.Flag. 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 FileAttributes.Flag Modifier and Type Method Description boolean
FileAttributes. has(FileAttributes.Flag flag)
-