| java.lang.Object org.tp23.antinstaller.AIResourceBundleHelper
AIResourceBundleHelper | public class AIResourceBundleHelper (Code) | | Helper class that will catch missing bundle entries and handle formatting of
message strings
author: mwilson version: $Id since: 0.7.4 patch 7 |
AIResourceBundleHelper | public AIResourceBundleHelper()(Code) | | |
getMessage | public String getMessage(String key, Object objArray)(Code) | | Return a formatted message string.
Parameters: key - resource bundle key Parameters: objArray - array of objects that will be used with formatting string formatted string or error message if the resource bundle entry ismissing |
|
|