Uses of Class
org.marketcetera.util.l10n.MessageInfo
-
Packages that use MessageInfo Package Description org.marketcetera.util.l10n Message localization tools. -
-
Uses of MessageInfo in org.marketcetera.util.l10n
Subclasses of MessageInfo in org.marketcetera.util.l10n Modifier and Type Class Description classI18NMessageInfoHolder of meta-information about an internationalized message.classPropertyMessageInfoHolder of meta-information about a message stored in a properties file.Fields in org.marketcetera.util.l10n declared as MessageInfo Modifier and Type Field Description static MessageInfo[]MessageInfo. EMPTY_ARRAYAn empty array of class instances.private MessageInfoMessageInfoPair. mDstInfoprivate MessageInfo[]MessageComparator. mExtraDstInfoprivate MessageInfo[]MessageComparator. mExtraSrcInfoprivate MessageInfoMessageInfoPair. mSrcInfoFields in org.marketcetera.util.l10n with type parameters of type MessageInfo Modifier and Type Field Description private List<MessageInfo>ContainerClassInfo. mMessageInfoprivate List<MessageInfo>PropertiesFileInfo. mMessageInfoMethods in org.marketcetera.util.l10n that return MessageInfo Modifier and Type Method Description MessageInfoMessageInfoPair. 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.MessageInfoMessageInfoPair. getSrcInfo()Returns the receiver's source meta-information.Methods in org.marketcetera.util.l10n that return types with arguments of type MessageInfo Modifier and Type Method Description List<MessageInfo>ContainerClassInfo. getMessageInfo()List<MessageInfo>MessageInfoProvider. getMessageInfo()Returns the receiver's meta-information.List<MessageInfo>PropertiesFileInfo. getMessageInfo()private HashMap<String,MessageInfo>MessageComparator. toHashMap(List<MessageInfo> infoList)Converts the given meta-information list into a map, with the map keys being the message keys.Methods in org.marketcetera.util.l10n with parameters of type MessageInfo Modifier and Type Method Description static PropertiesMessageInfo. getList(MessageInfo[] info)Returns the given collection of message information as a properties object.Method parameters in org.marketcetera.util.l10n with type arguments of type MessageInfo Modifier and Type Method Description private HashMap<String,MessageInfo>MessageComparator. toHashMap(List<MessageInfo> infoList)Converts the given meta-information list into a map, with the map keys being the message keys.Constructors in org.marketcetera.util.l10n with parameters of type MessageInfo Constructor Description 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 Constructor Description MessageComparator(List<MessageInfo> srcInfo, List<MessageInfo> dstInfo)Creates a new comparator for the given meta-information.
-