Class PropertyMessageInfo


  • public class PropertyMessageInfo
    extends MessageInfo
    Holder of meta-information about a message stored in a properties file.
    Since:
    0.6.0
    Version:
    $Id: PropertyMessageInfo.java 16154 2012-07-14 16:34:05Z colin $
    Author:
    tlerios@marketcetera.com
    • Field Detail

      • EMPTY_ARRAY

        public static final PropertyMessageInfo[] EMPTY_ARRAY
        An empty array of class instances.
      • mMessageText

        private String mMessageText
    • Constructor Detail

      • PropertyMessageInfo

        public PropertyMessageInfo​(String key,
                                   int paramCount,
                                   String messageText)
        Creates a new meta-information holder with the given message key, parameter count, and message text.
        Parameters:
        key - The key.
        paramCount - The parameter count.
        messageText - The text.
    • Method Detail

      • getMessageText

        public String getMessageText()
        Returns the receiver's message text.
        Returns:
        The text.