org.jupe.plugin.preferences
Class Messages

java.lang.Object
  extended by org.jupe.plugin.preferences.Messages

public final class Messages
extends java.lang.Object

Class to access properties file.

Author:
Roman Wolf

Method Summary
static java.lang.String getString(java.lang.String key)
          Method returns value for the given key.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static java.lang.String getString(java.lang.String key)
Method returns value for the given key.

Parameters:
key - key to get value for
Returns:
value for the given key