| Package | Description |
|---|---|
| org.apache.sshd.common.file | |
| org.apache.sshd.common.scp |
| Modifier and Type | Method and Description |
|---|---|
static SshFile.Permission |
SshFile.Permission.valueOf(java.lang.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 java.util.EnumSet<SshFile.Permission> |
ScpHelper.fromOctalPerms(java.lang.String str) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
ScpHelper.toOctalPerms(java.util.EnumSet<SshFile.Permission> perms) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.