public class ConnectorMessagesImpl extends Object implements ConnectorMessages
| Constructor and Description |
|---|
ConnectorMessagesImpl() |
public String format(String key, String dflt, Object... args)
ConnectorMessagesCurrentLocale.format in interface ConnectorMessageskey - 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.Copyright © 2019. All rights reserved.