Skip navigation links
org.identityconnectors.framework.common.objects
Interface ConnectorMessages
-
public interface ConnectorMessages
Message catalog for a given connector.
- See Also:
CurrentLocale
| Method Summary |
java.lang.String |
format(java.lang.String key, java.lang.String dflt, java.lang.Object... args)
Formats the given message key in the CurrentLocale. |
format
java.lang.String format(java.lang.String key,
java.lang.String dflt,
java.lang.Object... args)
- Formats the given message key in the
CurrentLocale.
-
- 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.
Skip navigation links
Copyright © 2012, Oracle and/or its affiliates. All rights reserved.