Interface CLStringsType
- All Known Implementing Classes:
CLAbstractStrings,CLMessages
public interface CLStringsType
A provider of string resources.
-
Method Summary
-
Method Details
-
resources
ResourceBundle resources()- Returns:
- The underlying resource bundle
-
format
Format a message.- Parameters:
id- The string resource IDargs- Any required string format arguments- Returns:
- A formatted string
- See Also:
-