public static enum SftpConstants.Type extends Enum<SftpConstants.Type>
Modifier and Type | Method and Description |
---|---|
byte |
toByte() |
static SftpConstants.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SftpConstants.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SftpConstants.Type SSH_FXP_INIT
public static final SftpConstants.Type SSH_FXP_VERSION
public static final SftpConstants.Type SSH_FXP_OPEN
public static final SftpConstants.Type SSH_FXP_CLOSE
public static final SftpConstants.Type SSH_FXP_READ
public static final SftpConstants.Type SSH_FXP_WRITE
public static final SftpConstants.Type SSH_FXP_LSTAT
public static final SftpConstants.Type SSH_FXP_FSTAT
public static final SftpConstants.Type SSH_FXP_SETSTAT
public static final SftpConstants.Type SSH_FXP_FSETSTAT
public static final SftpConstants.Type SSH_FXP_OPENDIR
public static final SftpConstants.Type SSH_FXP_READDIR
public static final SftpConstants.Type SSH_FXP_REMOVE
public static final SftpConstants.Type SSH_FXP_MKDIR
public static final SftpConstants.Type SSH_FXP_RMDIR
public static final SftpConstants.Type SSH_FXP_REALPATH
public static final SftpConstants.Type SSH_FXP_STAT
public static final SftpConstants.Type SSH_FXP_RENAME
public static final SftpConstants.Type SSH_FXP_READLINK
public static final SftpConstants.Type SSH_FXP_LINK
public static final SftpConstants.Type SSH_FXP_BLOCK
public static final SftpConstants.Type SSH_FXP_UNBLOCK
public static final SftpConstants.Type SSH_FXP_STATUS
public static final SftpConstants.Type SSH_FXP_HANDLE
public static final SftpConstants.Type SSH_FXP_DATA
public static final SftpConstants.Type SSH_FXP_NAME
public static final SftpConstants.Type SSH_FXP_ATTRS
public static final SftpConstants.Type SSH_FXP_EXTENDED
public static final SftpConstants.Type SSH_FXP_EXTENDED_REPLY
public static SftpConstants.Type[] values()
for (SftpConstants.Type c : SftpConstants.Type.values()) System.out.println(c);
public static SftpConstants.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic byte toByte()
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.