Package org.jjazz.utilities.api
Class ResUtil
java.lang.Object
org.jjazz.utilities.api.ResUtil
Helper methods to use ResourceBundles.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ResUtil
public ResUtil()
-
-
Method Details
-
getString
Retrieve the resource string from key.Assume that the resource bundle is in aClass.getPackageName()+"/Bundle".
- Parameters:
cl
-key
-params
- Optional parameters to be used if the resource string is a compound message- Returns:
-
getBundle
Look for a Bundle.properties in the same package than the specified class.- Parameters:
cl
-- Returns:
-