public static enum FtpSession.FtpType extends Enum<FtpSession.FtpType> implements DocumentedEnum
Enum Constant and Description |
---|
FTP |
FTPS_EXPLICIT_SSL |
FTPS_EXPLICIT_TLS |
FTPS_IMPLICIT |
SFTP |
Modifier and Type | Method and Description |
---|---|
static FtpSession.FtpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FtpSession.FtpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getLabel, name
public static final FtpSession.FtpType FTP
public static final FtpSession.FtpType SFTP
public static final FtpSession.FtpType FTPS_IMPLICIT
public static final FtpSession.FtpType FTPS_EXPLICIT_TLS
public static final FtpSession.FtpType FTPS_EXPLICIT_SSL
public static FtpSession.FtpType[] values()
for (FtpSession.FtpType c : FtpSession.FtpType.values()) System.out.println(c);
public static FtpSession.FtpType 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 © 2023 Frank!Framework. All rights reserved.