Class Messages


  • public class Messages
    extends java.lang.Object
    Message bundle for externalization.

    Author:
    Achim Westermann
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getString​(java.lang.String key)
      Returns the external message for the given key.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getString

        public static java.lang.String getString​(java.lang.String key)
        Returns the external message for the given key.

        Parameters:
        key - key of the message.
        Returns:
        the external message for the given key.