Package | Description |
---|---|
net.schmizz.sshj.sftp | |
net.schmizz.sshj.xfer |
Modifier and Type | Method and Description |
---|---|
Set<FilePermission> |
FileMode.getPermissions() |
Set<FilePermission> |
FileAttributes.getPermissions() |
Set<FilePermission> |
SFTPClient.perms(String path) |
Modifier and Type | Method and Description |
---|---|
FileAttributes.Builder |
FileAttributes.Builder.withPermissions(Set<FilePermission> perms) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static Set<FilePermission> |
FilePermission.fromMask(int mask) |
Modifier and Type | Method and Description |
---|---|
static int |
FilePermission.toMask(Set<FilePermission> perms) |
Copyright © 2009–2013. All rights reserved.