Package | Description |
---|---|
de.epiceric.shopchest.language |
Modifier and Type | Method and Description |
---|---|
LocalizedMessage.Message |
LocalizedMessage.getMessage() |
static LocalizedMessage.Message |
LocalizedMessage.Message.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalizedMessage.Message[] |
LocalizedMessage.Message.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
LanguageUtils.getMessage(LocalizedMessage.Message message,
LocalizedMessage.ReplacedRegex... replacedRegexes) |
Constructor and Description |
---|
LocalizedMessage(LocalizedMessage.Message message,
String localizedString) |
LocalizedMessage(LocalizedMessage.Message message,
String localizedString,
Regex... regexes) |
Copyright © 2016. All rights reserved.