Package | Description |
---|---|
org.apache.sshd.common.file | |
org.apache.sshd.common.scp |
Modifier and Type | Method and Description |
---|---|
static SshFile.Permission |
SshFile.Permission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SshFile.Permission[] |
SshFile.Permission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<SshFile.Permission> |
ScpHelper.fromOctalPerms(String str) |
Modifier and Type | Method and Description |
---|---|
static String |
ScpHelper.toOctalPerms(EnumSet<SshFile.Permission> perms) |
Copyright © 2008–2018 The Apache Software Foundation. All rights reserved.