Package com.io7m.cedarbridge.strings.api
Interface CBStringsType
- All Known Implementing Classes:
CBAbstractStrings,CBBinderStrings,CBParserStrings,CBSchemaCompilerStrings,CBTyperStrings
public interface CBStringsType
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:
-