Uses of Class
org.apache.sshd.common.subsystem.sftp.SftpUniversalOwnerAndGroup
-
Packages that use SftpUniversalOwnerAndGroup Package Description org.apache.sshd.common.subsystem.sftp -
-
Uses of SftpUniversalOwnerAndGroup in org.apache.sshd.common.subsystem.sftp
Fields in org.apache.sshd.common.subsystem.sftp with type parameters of type SftpUniversalOwnerAndGroup Modifier and Type Field Description static Set<SftpUniversalOwnerAndGroup>
SftpUniversalOwnerAndGroup. VALUES
Methods in org.apache.sshd.common.subsystem.sftp that return SftpUniversalOwnerAndGroup Modifier and Type Method Description static SftpUniversalOwnerAndGroup
SftpUniversalOwnerAndGroup. fromName(String name)
static SftpUniversalOwnerAndGroup
SftpUniversalOwnerAndGroup. valueOf(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.
-