Uses of Class
org.marketcetera.util.l10n.MessageInfo

Packages that use MessageInfo
org.marketcetera.util.l10n Message localization tools. 
 

Uses of MessageInfo in org.marketcetera.util.l10n
 

Subclasses of MessageInfo in org.marketcetera.util.l10n
 class I18NMessageInfo
          Holder of meta-information about an internationalized message.
 class PropertyMessageInfo
          Holder of meta-information about a message stored in a properties file.
 

Fields in org.marketcetera.util.l10n declared as MessageInfo
static MessageInfo[] MessageInfo.EMPTY_ARRAY
          An empty array of class instances.
 

Methods in org.marketcetera.util.l10n that return MessageInfo
 MessageInfo MessageInfoPair.getDstInfo()
          Returns the receiver's destination meta-information.
 MessageInfo[] MessageComparator.getExtraDstInfo()
          Returns the receiver's list of destination meta-information that is absent from the source.
 MessageInfo[] MessageComparator.getExtraSrcInfo()
          Returns the receiver's list of source meta-information that is absent from the destination.
 MessageInfo MessageInfoPair.getSrcInfo()
          Returns the receiver's source meta-information.
 

Methods in org.marketcetera.util.l10n that return types with arguments of type MessageInfo
 List<MessageInfo> ContainerClassInfo.getMessageInfo()
           
 List<MessageInfo> MessageInfoProvider.getMessageInfo()
          Returns the receiver's meta-information.
 List<MessageInfo> PropertiesFileInfo.getMessageInfo()
           
 

Methods in org.marketcetera.util.l10n with parameters of type MessageInfo
static Properties MessageInfo.getList(MessageInfo[] info)
          Returns the given collection of message information as a properties object.
 

Constructors in org.marketcetera.util.l10n with parameters of type MessageInfo
MessageInfoPair(MessageInfo srcInfo, MessageInfo dstInfo)
          Creates a new meta-information holder from the given component holders.
 

Constructor parameters in org.marketcetera.util.l10n with type arguments of type MessageInfo
MessageComparator(List<MessageInfo> srcInfo, List<MessageInfo> dstInfo)
          Creates a new comparator for the given meta-information.
MessageComparator(List<MessageInfo> srcInfo, List<MessageInfo> dstInfo)
          Creates a new comparator for the given meta-information.
 



Copyright © 2012. All Rights Reserved.