Uses of Enum
org.apache.sshd.sftp.client.SftpClient.Attribute
Packages that use SftpClient.Attribute
-
Uses of SftpClient.Attribute in org.apache.sshd.sftp.client
Fields in org.apache.sshd.sftp.client with type parameters of type SftpClient.AttributeMethods in org.apache.sshd.sftp.client that return SftpClient.AttributeModifier and TypeMethodDescriptionstatic SftpClient.Attribute
Returns the enum constant of this type with the specified name.static SftpClient.Attribute[]
SftpClient.Attribute.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sshd.sftp.client that return types with arguments of type SftpClient.AttributeMethods in org.apache.sshd.sftp.client with parameters of type SftpClient.AttributeModifier and TypeMethodDescriptionSftpClient.Attributes.addFlag
(SftpClient.Attribute flag) SftpClient.Attributes.removeFlag
(SftpClient.Attribute flag)