public static enum VFSConstants.SFTP_FILE_OPTION extends java.lang.Enum<VFSConstants.SFTP_FILE_OPTION>
| Enum Constant and Description |
|---|
Identities |
IdentityPassPhrase |
UserDirIsRoot |
| Modifier and Type | Method and Description |
|---|---|
static VFSConstants.SFTP_FILE_OPTION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VFSConstants.SFTP_FILE_OPTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VFSConstants.SFTP_FILE_OPTION Identities
public static final VFSConstants.SFTP_FILE_OPTION UserDirIsRoot
public static final VFSConstants.SFTP_FILE_OPTION IdentityPassPhrase
public static VFSConstants.SFTP_FILE_OPTION[] values()
for (VFSConstants.SFTP_FILE_OPTION c : VFSConstants.SFTP_FILE_OPTION.values()) System.out.println(c);
public static VFSConstants.SFTP_FILE_OPTION valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.