net.sourceforge.pmd.util.viewer.util
Class NLS

java.lang.Object
  extended by net.sourceforge.pmd.util.viewer.util.NLS

public class NLS
extends java.lang.Object

helps with internationalization

Version:
$Id: NLS.java 4217 2006-02-10 14:15:31Z tomcopeland $
Author:
Boris Gruschko ( boris at gruschko.org )

Constructor Summary
NLS()
           
 
Method Summary
static java.lang.String nls(java.lang.String key)
          translates the given key to the message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NLS

public NLS()
Method Detail

nls

public static java.lang.String nls(java.lang.String key)
translates the given key to the message

Parameters:
key - key to be translated
Returns:
translated string