Uses of Class
org.apache.sshd.client.subsystem.sftp.SftpClient.Attribute
-
Packages that use SftpClient.Attribute Package Description org.apache.sshd.client.subsystem.sftp -
-
Uses of SftpClient.Attribute in org.apache.sshd.client.subsystem.sftp
Methods in org.apache.sshd.client.subsystem.sftp that return SftpClient.Attribute Modifier and Type Method Description static SftpClient.Attribute
SftpClient.Attribute. valueOf(String name)
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.client.subsystem.sftp that return types with arguments of type SftpClient.Attribute Modifier and Type Method Description Set<SftpClient.Attribute>
SftpClient.Attributes. getFlags()
Methods in org.apache.sshd.client.subsystem.sftp with parameters of type SftpClient.Attribute Modifier and Type Method Description SftpClient.Attributes
SftpClient.Attributes. addFlag(SftpClient.Attribute flag)
SftpClient.Attributes
SftpClient.Attributes. removeFlag(SftpClient.Attribute flag)
-