Package org.apache.aries.util.internal
Class MessageUtil
java.lang.Object
org.apache.aries.util.internal.MessageUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final StringgetMessage(String key, Object... inserts) Resolve a message from the bundle, including any necessary formatting.
-
Constructor Details
-
MessageUtil
public MessageUtil()
-
-
Method Details
-
getMessage
Resolve a message from the bundle, including any necessary formatting.- Parameters:
key- the message key.inserts- any required message inserts.- Returns:
- the message translated into the server local.
-