Package org.apache.uima.pear.generate
Class PearExportMessages
java.lang.Object
org.apache.uima.pear.generate.PearExportMessages
Utility class which helps managing messages.
-
Method Summary
-
Method Details
-
format
Returns the formatted message for the given key in the resource bundle.- Parameters:
key
- the resource nameargs
- the message arguments- Returns:
- the string
-
getString
Returns the resource object with the given key in the resource bundle. If there isn't any value under the given key, the key is returned.- Parameters:
key
- the resource name- Returns:
- the string
-