public static enum VFSConstants.SFTP_FILE_OPTION extends Enum<VFSConstants.SFTP_FILE_OPTION>
Enum Constant and Description |
---|
Identities |
IdentityPassPhrase |
UserDirIsRoot |
Modifier and Type | Method and Description |
---|---|
static VFSConstants.SFTP_FILE_OPTION |
valueOf(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(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 nullCopyright © 2005–2017 Apache Software Foundation. All rights reserved.