|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.messages.NLS
@Deprecated public class NLS
MessageBundles classes extend this class, to implement a bundle. For Native Language Support (NLS), system of software internationalization. This interface is similar to the NLS class in eclipse.osgi.util.NLS class - initializeMessages() method resets the values of all static strings, should only be called by classes that extend from NLS (see TestMessages.java for reference) - performs validation of all message in a bundle, at class load time - performs per message validation at runtime - see NLSTest.java for usage reference MessageBundle classes may subclass this type.
Constructor Summary | |
---|---|
protected |
NLS()
Deprecated. |
Method Summary | |
---|---|
static String |
getLocalizedMessage(String key)
Deprecated. |
static String |
getLocalizedMessage(String key,
Locale locale)
Deprecated. |
static String |
getLocalizedMessage(String key,
Locale locale,
Object... args)
Deprecated. |
static String |
getLocalizedMessage(String key,
Object... args)
Deprecated. |
protected static void |
initializeMessages(String bundleName,
Class<? extends NLS> clazz)
Deprecated. Initialize a given class with the message bundle Keys Should be called from a class that extends NLS in a static block at class load time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected NLS()
Method Detail |
---|
public static String getLocalizedMessage(String key)
public static String getLocalizedMessage(String key, Locale locale)
public static String getLocalizedMessage(String key, Locale locale, Object... args)
public static String getLocalizedMessage(String key, Object... args)
protected static void initializeMessages(String bundleName, Class<? extends NLS> clazz)
bundleName
- Property file with that contains the message bundleclazz
- where constants will reside
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |