public static class Localizer.Message extends Object
Message
can provide a localized message via the
getMessage()
method call, and can also provide the original key,
package, and substitution array that were used to assemble the message.Modifier and Type | Method and Description |
---|---|
String |
getKey()
The unique key for the localized message.
|
String |
getMessage()
The localized message.
|
String |
getPackageName() |
Object[] |
getSubstitutions()
Substitutions inserted into the message.
|
String |
toString() |
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.