Uses of Enum Class
org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
Packages that use SftpUniversalOwnerAndGroup
-
Uses of SftpUniversalOwnerAndGroup in org.apache.sshd.sftp.common
Fields in org.apache.sshd.sftp.common with type parameters of type SftpUniversalOwnerAndGroupModifier and TypeFieldDescriptionstatic final Set<SftpUniversalOwnerAndGroup>
SftpUniversalOwnerAndGroup.VALUES
Methods in org.apache.sshd.sftp.common that return SftpUniversalOwnerAndGroupModifier and TypeMethodDescriptionstatic SftpUniversalOwnerAndGroup
static SftpUniversalOwnerAndGroup
Returns the enum constant of this class with the specified name.static SftpUniversalOwnerAndGroup[]
SftpUniversalOwnerAndGroup.values()
Returns an array containing the constants of this enum class, in the order they are declared.