public final class ConfigConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NON_NEGATIVE_NUMBER_ERROR_MSG
The value of messages used to indicate that the configuration should be a non-negative number.
|
static java.lang.String |
NOT_BLANK_ERROR_MSG
The value of messages used to indicate that the configuration is not set.
|
static java.lang.String |
POSITIVE_NUMBER_ERROR_MSG
The value of messages used to indicate that the configuration should be a positive number.
|
static java.lang.String |
VERSION_0_1_0
The version number for the 0.1.0 release.
|
static java.lang.String |
VERSION_0_2_0
The version number for the 0.2.0 release.
|
static java.lang.String |
VERSION_0_3_0
The version number for the 0.3.0 release.
|
static java.lang.String |
VERSION_0_4_0
The version number for the 0.4.0 release.
|
static java.lang.String |
VERSION_0_5_0
The version number for the 0.5.0 release.
|
public static final java.lang.String NOT_BLANK_ERROR_MSG
public static final java.lang.String POSITIVE_NUMBER_ERROR_MSG
public static final java.lang.String NON_NEGATIVE_NUMBER_ERROR_MSG
public static final java.lang.String VERSION_0_1_0
public static final java.lang.String VERSION_0_2_0
public static final java.lang.String VERSION_0_3_0
public static final java.lang.String VERSION_0_4_0
public static final java.lang.String VERSION_0_5_0