com.ptc.wgmecad
Class I18N

java.lang.Object
  extended bycom.ptc.wgmecad.I18N

public class I18N
extends Object

Created by IntelliJ IDEA. User: barky Date: Jan 2, 2003 Time: 10:14:19 AM To change this template use Options | File Templates.


Field Summary
private static ResourceBundle argumentResource
           
(package private) static org.apache.log4j.Logger logger
           
private static ResourceBundle stringResource
           
static String stringResourceBundleName
           
 
Constructor Summary
I18N()
           
 
Method Summary
static String getArg(String resourceKey)
           
static String getStr(String resourceKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger

stringResource

private static ResourceBundle stringResource

argumentResource

private static ResourceBundle argumentResource

stringResourceBundleName

public static final String stringResourceBundleName
See Also:
Constant Field Values
Constructor Detail

I18N

public I18N()
Method Detail

getStr

public static String getStr(String resourceKey)

getArg

public static String getArg(String resourceKey)