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