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 java.util.Set<SftpUniversalOwnerAndGroup>SftpUniversalOwnerAndGroup. VALUESMethods in org.apache.sshd.sftp.common that return SftpUniversalOwnerAndGroup Modifier and Type Method Description static SftpUniversalOwnerAndGroupSftpUniversalOwnerAndGroup. fromName(java.lang.String name)static SftpUniversalOwnerAndGroupSftpUniversalOwnerAndGroup. 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.
-