Package org.marketcetera.util.l10n
Interface MessageInfoProvider
-
- All Known Implementing Classes:
ContainerClassInfo,PropertiesFileInfo
public interface MessageInfoProviderA provider of meta-information for a message collection.- Since:
- 0.6.0
- Version:
- $Id: MessageInfoProvider.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- tlerios@marketcetera.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<MessageInfo>getMessageInfo()Returns the receiver's meta-information.
-
-
-
Method Detail
-
getMessageInfo
List<MessageInfo> getMessageInfo()
Returns the receiver's meta-information.- Returns:
- The meta-information.
-
-