Package org.apache.openjpa.lib.util
Class Localizer.Message
- java.lang.Object
-
- org.apache.openjpa.lib.util.Localizer.Message
-
- Enclosing class:
- Localizer
public static class Localizer.Message extends Object
AMessage
can provide a localized message via thegetMessage()
method call, and can also provide the original key, package, and substitution array that were used to assemble the message.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-