org.deegree.graphics.charts
Class Messages
java.lang.Object
org.deegree.graphics.charts.Messages
public class Messages
- extends java.lang.Object
i118n class for error messages
- Version:
- $Revision: 1.1 $, $Date: 2008-03-07 14:49:52 $
- Author:
- Moataz Elmasry, last edited by: $Author: elmasry $
Method Summary |
static java.lang.String |
get(java.util.Locale loc,
java.lang.String key,
java.lang.Object... arguments)
|
static java.lang.String |
get(java.lang.String key,
java.lang.Object... arguments)
Alias for #getMessage. |
static java.lang.String |
getMessage(java.lang.String key,
java.lang.Object... arguments)
Returns the message assigned to the passed key. |
static java.lang.String |
getString(java.lang.String key)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Messages
public Messages()
get
public static java.lang.String get(java.util.Locale loc,
java.lang.String key,
java.lang.Object... arguments)
- Parameters:
loc
- the locale to be usedkey
- to getarguments
- to fill in the message
- Returns:
- the localized message
get
public static java.lang.String get(java.lang.String key,
java.lang.Object... arguments)
- Alias for #getMessage.
- Parameters:
key
- arguments
-
- Returns:
- the message
getMessage
public static java.lang.String getMessage(java.lang.String key,
java.lang.Object... arguments)
- Returns the message assigned to the passed key. If no message is assigned, an error message will be returned that
indicates the missing key.
- Parameters:
key
- arguments
-
- Returns:
- the message assigned to the passed key
- See Also:
for conventions on string formatting and escape characters.
getString
public static java.lang.String getString(java.lang.String key)
- Parameters:
key
-
- Returns:
- String
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org