org.apache.hivemind.internal
Interface MessageFinder

All Known Implementing Classes:
MessageFinderImpl

public interface MessageFinder

An abstraction around the ResourceBundler-style property names and localized messages. The goal is to implement a Messages that obtains the actual localizations from an external source.

Author:
Howard M. Lewis Ship

Method Summary
 java.lang.String getMessage(java.lang.String key, java.util.Locale locale)
          Returns a message matching the key, in the indicated locale.
 

Method Detail

getMessage

java.lang.String getMessage(java.lang.String key,
                            java.util.Locale locale)
Returns a message matching the key, in the indicated locale.