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
AMessagecan 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 StringgetKey()The unique key for the localized message.StringgetMessage()The localized message.StringgetPackageName()Object[]getSubstitutions()Substitutions inserted into the message.StringtoString()
-