public class LocalizationHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ERR_CAN_NOT_DELETE_POM_FILE
Resource bundle key for reporting problem with deleting the generated poms at the end of the build..
|
static String |
ERR_CONF_FILE_INVALID
Resource bundle key for the invalid configuration file.
|
static String |
ERR_EMPTY_VERSION_PATCH_DETECTED
Resource bundle key for the empty version patch message.
|
static String |
ERR_INVALID_RB_KEY
Resource bundle Key for the invalid key error message.
|
static String |
ERR_INVALID_VERSION_PATCH_DETECTED
Resource bundle key for the invalid version patch message.
|
static String |
ERR_NO_GROUP_DEFINED_FOR_VERSION_PATCH
Resource bundle key for the empty version patch message.
|
static String |
ERR_NO_TAG_FOUND
Resource bundle key for err message in case not tag is found.
|
static String |
MESSAGE_PREFIX
Prefix for log messages.
|
static String |
MSG_AFTER_PROJECTS_READ
Resource bundle key for the message that the after projects read was called.
|
static String |
MSG_AFTER_SESSION_END
Resource bundle key for the message that the after session end was called.
|
static String |
MSG_AFTER_SESSION_START
Resource bundle key for the message that the after session start was called.
|
static String |
MSG_CALCULATED_VERSION
Resource bundle key for the message that provides the calculated version.
|
static String |
MSG_CONF_DEFAULT
Resource bundle key for the message that the default configuration will be used.
|
static String |
MSG_CONF_FILE_USER
Resource bundle key for the configuration file that will be used.
|
static String |
MSG_CONF_SETTINGS
Resource bundle key for the message that displays the settings of the configuration that will be used.
|
static String |
MSG_DISABLED
Resource bundle key for the message that the extension is disabled.
|
static String |
MSG_MODEL_PROCESSOR_CALLED
Resource bundle key for the message that the model processor was called.
|
static String |
MSG_ON_EVENT_CALLED
Resource bundle key for the message that the on event was called.
|
static String |
MSG_POM_CHANGE_DISABLED
Resource bundle key for the message that the changing of the pom is disabled.
|
static String |
MSG_PROJ_WILL_BE_PROCESSED
Resource bundle key for the message that the proj will be processed.
|
static String |
MSG_PROJ_WILL_NOT_BE_PROCESSED
Resource bundle key for the message that the proj will not be processed.
|
| Constructor and Description |
|---|
LocalizationHelper()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage(String messageKey,
Object... params)
Get he localized message.
|
public static final String MESSAGE_PREFIX
public static final String ERR_INVALID_RB_KEY
public static final String ERR_NO_GROUP_DEFINED_FOR_VERSION_PATCH
public static final String ERR_EMPTY_VERSION_PATCH_DETECTED
public static final String ERR_INVALID_VERSION_PATCH_DETECTED
public static final String ERR_CONF_FILE_INVALID
public static final String ERR_CAN_NOT_DELETE_POM_FILE
public static final String ERR_NO_TAG_FOUND
public static final String MSG_CONF_FILE_USER
public static final String MSG_CONF_DEFAULT
public static final String MSG_CONF_SETTINGS
public static final String MSG_PROJ_WILL_BE_PROCESSED
public static final String MSG_PROJ_WILL_NOT_BE_PROCESSED
public static final String MSG_AFTER_SESSION_START
public static final String MSG_AFTER_SESSION_END
public static final String MSG_AFTER_PROJECTS_READ
public static final String MSG_CALCULATED_VERSION
public static final String MSG_ON_EVENT_CALLED
public static final String MSG_MODEL_PROCESSOR_CALLED
public static final String MSG_DISABLED
public static final String MSG_POM_CHANGE_DISABLED
Copyright © 2020. All rights reserved.