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