public static enum ConfigLoader.Property extends Enum<ConfigLoader.Property>
Modifier and Type | Method and Description |
---|---|
String |
key() |
static ConfigLoader.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigLoader.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigLoader.Property JAVAXMAIL_DEBUG
public static final ConfigLoader.Property TRANSPORT_STRATEGY
public static final ConfigLoader.Property SMTP_HOST
public static final ConfigLoader.Property SMTP_PORT
public static final ConfigLoader.Property SMTP_USERNAME
public static final ConfigLoader.Property SMTP_PASSWORD
public static final ConfigLoader.Property PROXY_HOST
public static final ConfigLoader.Property PROXY_PORT
public static final ConfigLoader.Property PROXY_USERNAME
public static final ConfigLoader.Property PROXY_PASSWORD
public static final ConfigLoader.Property PROXY_SOCKS5BRIDGE_PORT
public static final ConfigLoader.Property DEFAULT_SUBJECT
public static final ConfigLoader.Property DEFAULT_FROM_NAME
public static final ConfigLoader.Property DEFAULT_FROM_ADDRESS
public static final ConfigLoader.Property DEFAULT_REPLYTO_NAME
public static final ConfigLoader.Property DEFAULT_REPLYTO_ADDRESS
public static final ConfigLoader.Property DEFAULT_TO_NAME
public static final ConfigLoader.Property DEFAULT_TO_ADDRESS
public static final ConfigLoader.Property DEFAULT_CC_NAME
public static final ConfigLoader.Property DEFAULT_CC_ADDRESS
public static final ConfigLoader.Property DEFAULT_BCC_NAME
public static final ConfigLoader.Property DEFAULT_BCC_ADDRESS
public static final ConfigLoader.Property DEFAULT_POOL_SIZE
public static final ConfigLoader.Property TRANSPORT_MODE_LOGGING_ONLY
public static ConfigLoader.Property[] values()
for (ConfigLoader.Property c : ConfigLoader.Property.values()) System.out.println(c);
public static ConfigLoader.Property 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 String key()
Copyright © 2017. All rights reserved.