de.bsd.x2svg
Class Messages

java.lang.Object
  extended by de.bsd.x2svg.Messages

public class Messages
extends java.lang.Object

Accessor for I18N messages

Author:
hwr@pilhuhn.de
See Also:
ResourceBundle

Field Summary
private static java.lang.String BUNDLE_NAME
           
private static java.util.ResourceBundle RESOURCE_BUNDLE
           
 
Constructor Summary
private Messages()
           
 
Method Summary
static java.lang.String getString(java.lang.String key)
          Get the I18N'ed string for the passed key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUNDLE_NAME

private static final java.lang.String BUNDLE_NAME
See Also:
Constant Field Values

RESOURCE_BUNDLE

private static final java.util.ResourceBundle RESOURCE_BUNDLE
Constructor Detail

Messages

private Messages()
Method Detail

getString

public static java.lang.String getString(java.lang.String key)
Get the I18N'ed string for the passed key

Parameters:
key - MessageKey
Returns:
A I18N'ed string or the default.


x2svg version 1.2.1