|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilePermission | |
|---|---|
| net.schmizz.sshj.sftp | |
| net.schmizz.sshj.xfer | |
| Uses of FilePermission in net.schmizz.sshj.sftp |
|---|
| Methods in net.schmizz.sshj.sftp that return types with arguments of type FilePermission | |
|---|---|
Set<FilePermission> |
FileMode.getPermissions()
|
Set<FilePermission> |
FileAttributes.getPermissions()
|
Set<FilePermission> |
SFTPClient.perms(String path)
|
| Method parameters in net.schmizz.sshj.sftp with type arguments of type FilePermission | |
|---|---|
FileAttributes.Builder |
FileAttributes.Builder.withPermissions(Set<FilePermission> perms)
|
| Uses of FilePermission in net.schmizz.sshj.xfer |
|---|
| Methods in net.schmizz.sshj.xfer that return FilePermission | |
|---|---|
static FilePermission |
FilePermission.valueOf(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 | |
|---|---|
static Set<FilePermission> |
FilePermission.fromMask(int mask)
|
| Method parameters in net.schmizz.sshj.xfer with type arguments of type FilePermission | |
|---|---|
static int |
FilePermission.toMask(Set<FilePermission> perms)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||