Class ConnectorMessagesImpl
java.lang.Object
org.identityconnectors.framework.impl.api.ConnectorMessagesImpl
- All Implemented Interfaces:
ConnectorMessages
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ConnectorMessagesImpl
public ConnectorMessagesImpl()
-
-
Method Details
-
format
Description copied from interface:ConnectorMessages
Formats the given message key in theCurrentLocale
.- Specified by:
format
in interfaceConnectorMessages
- Parameters:
key
- The message key to format.dflt
- The default message if key is not found. If null, defaults to key.args
- Parameters with which to format the message.- Returns:
- The formatted string.
-
getCatalogs
-
setCatalogs
-