public enum Messages extends java.lang.Enum<Messages> implements BundleKey
RetrieveAndRank
messages.Enum Constant and Description |
---|
AFTER_DATE_3
The AFTE r_ dat e_3.
|
AT_LEAST_3
The A t_ leas t_3.
|
BEFORE_DATE_3
The BEFOR e_ dat e_3.
|
CANNOT_CONTAIN_2
The CANNO t_ contai n_2.
|
CHECK_COLLECTIONS_NULL_1
The CHEC k_ collection s_ nul l_1.
|
CHECK_PAIR_3
The CHEC k_ pai r_3.
|
CONFIG_NOT_DIR_1
The CONFI g_ no t_ di r_1.
|
ERROR_CAUSE_1
The ERRO r_ caus e_1.
|
ERROR_CREATING_CLUSTER
The error creating cluster.
|
ERROR_CREATING_CLUSTER_1
The ERRO r_ creatin g_ cluste r_1.
|
ERROR_CREATING_ZIP_1
The ERRO r_ creatin g_ zi p_1.
|
ERROR_DELETING_CLUSTER_1
The ERRO r_ deletin g_ cluste r_1.
|
ERROR_DELETING_CLUSTER_2
The ERRO r_ deletin g_ cluste r_2.
|
ERROR_LISTING_CLUSTERS
The error listing clusters.
|
ERROR_LISTING_CLUSTERS_1
The ERRO r_ listin g_ cluster s_1.
|
ERROR_POLLING_CLUSTER_1
The ERRO r_ pollin g_ cluste r_1.
|
ERROR_POLLING_CLUSTER_2
The ERRO r_ pollin g_ cluste r_2.
|
ERROR_READING_FILE_1
The ERRO r_ readin g_ fil e_1.
|
ERROR_ZIPPING_1
The ERRO r_ zippin g_1.
|
FAILED_GETTING_CONFIG_1
The FAILE d_ gettin g_ confi g_1.
|
FAILED_GETTING_CONFIG_WITH_CODE_2
The FAILE d_ gettin g_ confi g_ wit h_ cod e_2.
|
FAILED_LISTING_CONFIGS
The failed listing configs.
|
FAILED_LISTING_CONFIGS_WITH_CODE_1
The FAILE d_ listin g_ config s_ wit h_ cod e_1.
|
FAILED_TO_DELETE_TEMP_2
The FAILE d_ t o_ delet e_ tem p_2.
|
FAILED_TO_VISIT_1
The FAILE d_ t o_ visi t_1.
|
FAILURE_RESPONSE_3
The FAILUR e_ respons e_3.
|
IN_RANGE_4
The I n_ rang e_4.
|
NO_CREDENTIALS_FOR_PREEMPTIVE_AUTH
The no credentials for preemptive auth.
|
NOT_BLANK_1
The NO t_ blan k_1.
|
NOT_EMPTY_1
The NO t_ empt y_1.
|
NOT_NULL_1
The NO t_ nul l_1.
|
UNABLE_TO_CLOSE_HTTP_CLIENT
The unable to close http client.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
bundleName()
Bundle name.
|
static Messages |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Messages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages UNABLE_TO_CLOSE_HTTP_CLIENT
public static final Messages CONFIG_NOT_DIR_1
public static final Messages NO_CREDENTIALS_FOR_PREEMPTIVE_AUTH
public static final Messages ERROR_CREATING_CLUSTER
public static final Messages ERROR_CREATING_CLUSTER_1
public static final Messages ERROR_DELETING_CLUSTER_1
public static final Messages ERROR_DELETING_CLUSTER_2
public static final Messages ERROR_LISTING_CLUSTERS
public static final Messages ERROR_LISTING_CLUSTERS_1
public static final Messages ERROR_POLLING_CLUSTER_1
public static final Messages ERROR_POLLING_CLUSTER_2
public static final Messages ERROR_CAUSE_1
public static final Messages FAILED_LISTING_CONFIGS
public static final Messages FAILED_LISTING_CONFIGS_WITH_CODE_1
public static final Messages FAILED_TO_DELETE_TEMP_2
public static final Messages FAILED_GETTING_CONFIG_1
public static final Messages FAILED_GETTING_CONFIG_WITH_CODE_2
public static final Messages FAILURE_RESPONSE_3
public static final Messages ERROR_ZIPPING_1
public static final Messages ERROR_CREATING_ZIP_1
public static final Messages FAILED_TO_VISIT_1
public static final Messages ERROR_READING_FILE_1
public static final Messages NOT_NULL_1
public static final Messages NOT_EMPTY_1
public static final Messages NOT_BLANK_1
public static final Messages CANNOT_CONTAIN_2
public static final Messages AT_LEAST_3
public static final Messages IN_RANGE_4
public static final Messages BEFORE_DATE_3
public static final Messages AFTER_DATE_3
public static final Messages CHECK_COLLECTIONS_NULL_1
public static final Messages CHECK_PAIR_3
public static Messages[] values()
for (Messages c : Messages.values()) System.out.println(c);
public static Messages 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 nullpublic static java.lang.String bundleName()