Uses of Class
org.apache.lucene.queryparser.flexible.messages.NLS
Packages that use NLS
Package
Description
Messages usually used by query parser implementations.
For Native Language Support (NLS), system of software internationalization.
-
Uses of NLS in org.apache.lucene.queryparser.flexible.core.messages
Subclasses of NLS in org.apache.lucene.queryparser.flexible.core.messagesModifier and TypeClassDescriptionclassFlexible Query Parser message bundle class -
Uses of NLS in org.apache.lucene.queryparser.flexible.messages
Fields in org.apache.lucene.queryparser.flexible.messages with type parameters of type NLSMethod parameters in org.apache.lucene.queryparser.flexible.messages with type arguments of type NLSModifier and TypeMethodDescriptionprotected static voidNLS.initializeMessages(String bundleName, Class<? extends NLS> clazz) 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.private static voidprivate static voidNLS.loadfieldValue(Field field, Class<? extends NLS> clazz) private static voidNLS.validateMessage(String key, Class<? extends NLS> clazz)