Uses of Class
net.schmizz.sshj.xfer.FilePermission
-
Packages that use FilePermission Package Description net.schmizz.sshj.sftp net.schmizz.sshj.xfer -
-
Uses of FilePermission in net.schmizz.sshj.sftp
Fields in net.schmizz.sshj.sftp with type parameters of type FilePermission Modifier and Type Field Description private java.util.Set<FilePermission>
FileMode. perms
Methods in net.schmizz.sshj.sftp that return types with arguments of type FilePermission Modifier and Type Method Description java.util.Set<FilePermission>
FileAttributes. getPermissions()
java.util.Set<FilePermission>
FileMode. getPermissions()
java.util.Set<FilePermission>
SFTPClient. perms(java.lang.String path)
Method parameters in net.schmizz.sshj.sftp with type arguments of type FilePermission Modifier and Type Method Description FileAttributes.Builder
FileAttributes.Builder. withPermissions(java.util.Set<FilePermission> perms)
-
Uses of FilePermission in net.schmizz.sshj.xfer
Methods in net.schmizz.sshj.xfer that return FilePermission Modifier and Type Method Description static FilePermission
FilePermission. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FilePermission[]
FilePermission. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.schmizz.sshj.xfer that return types with arguments of type FilePermission Modifier and Type Method Description static java.util.Set<FilePermission>
FilePermission. fromMask(int mask)
Method parameters in net.schmizz.sshj.xfer with type arguments of type FilePermission Modifier and Type Method Description static int
FilePermission. toMask(java.util.Set<FilePermission> perms)
Constructors in net.schmizz.sshj.xfer with parameters of type FilePermission Constructor Description FilePermission(FilePermission... perms)
-