Package | Description |
---|---|
org.apache.sshd.common.subsystem.sftp |
Modifier and Type | Field and Description |
---|---|
static java.util.Set<SftpUniversalOwnerAndGroup> |
SftpUniversalOwnerAndGroup.VALUES |
Modifier and Type | Method and Description |
---|---|
static SftpUniversalOwnerAndGroup |
SftpUniversalOwnerAndGroup.fromName(java.lang.String name) |
static SftpUniversalOwnerAndGroup |
SftpUniversalOwnerAndGroup.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SftpUniversalOwnerAndGroup[] |
SftpUniversalOwnerAndGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|