|
static final String | CODE = ".code" |
|
static final String | MESSAGE = ".message" |
|
static final String | AUXILARY = ".auxilary" |
|
The Class MessageUtil.
Definition at line 14 of file MessageUtil.java.
◆ getAuxilaryMessage()
static String org.openkilda.utility.MessageUtil.getAuxilaryMessage |
( |
final String |
msg | ) |
|
|
static |
Gets the message.
- Parameters
-
- Returns
- the message
Definition at line 70 of file MessageUtil.java.
◆ getCode()
static String org.openkilda.utility.MessageUtil.getCode |
( |
final String |
msg | ) |
|
|
static |
Gets the message.
- Parameters
-
- Returns
- the message
Definition at line 50 of file MessageUtil.java.
◆ getMessage()
static String org.openkilda.utility.MessageUtil.getMessage |
( |
final String |
msg | ) |
|
|
static |
Gets the message.
- Parameters
-
- Returns
- the message
Definition at line 60 of file MessageUtil.java.
◆ getPropertyValue()
static String org.openkilda.utility.MessageUtil.getPropertyValue |
( |
final String |
msg | ) |
|
|
static |
Gets the message.
- Parameters
-
- Returns
- the message
Definition at line 80 of file MessageUtil.java.
◆ loadPropertiesFile()
static Properties org.openkilda.utility.MessageUtil.loadPropertiesFile |
( |
final String |
fileName | ) |
|
|
static |
◆ AUXILARY
final String org.openkilda.utility.MessageUtil.AUXILARY = ".auxilary" |
|
static |
◆ CODE
final String org.openkilda.utility.MessageUtil.CODE = ".code" |
|
static |
◆ MESSAGE
final String org.openkilda.utility.MessageUtil.MESSAGE = ".message" |
|
static |
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/openkilda-gui/src/main/java/org/openkilda/utility/MessageUtil.java