Uses of Class
org.apache.sshd.sftp.client.SftpClient.Attribute
-
Packages that use SftpClient.Attribute Package Description org.apache.sshd.sftp.client -
-
Uses of SftpClient.Attribute in org.apache.sshd.sftp.client
Fields in org.apache.sshd.sftp.client with type parameters of type SftpClient.Attribute Modifier and Type Field Description private java.util.Set<SftpClient.Attribute>
SftpClient.Attributes. flags
Methods in org.apache.sshd.sftp.client that return SftpClient.Attribute Modifier and Type Method Description static SftpClient.Attribute
SftpClient.Attribute. valueOf(java.lang.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.sftp.client that return types with arguments of type SftpClient.Attribute Modifier and Type Method Description java.util.Set<SftpClient.Attribute>
SftpClient.Attributes. getFlags()
Methods in org.apache.sshd.sftp.client 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)
-