Uses of Class
org.apache.lucene.queryparser.flexible.messages.NLS
-
Packages that use NLS Package Description org.apache.lucene.queryparser.flexible.core.messages Messages usually used by query parser implementations.org.apache.lucene.queryparser.flexible.messages 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.messages Modifier and Type Class Description classQueryParserMessagesFlexible 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 NLS Modifier and Type Field Description private static java.util.Map<java.lang.String,java.lang.Class<? extends NLS>>NLS. bundlesMethod parameters in org.apache.lucene.queryparser.flexible.messages with type arguments of type NLS Modifier and Type Method Description protected static voidNLS. initializeMessages(java.lang.String bundleName, java.lang.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 voidNLS. load(java.lang.Class<? extends NLS> clazz)private static voidNLS. loadfieldValue(java.lang.reflect.Field field, java.lang.Class<? extends NLS> clazz)private static voidNLS. validateMessage(java.lang.String key, java.lang.Class<? extends NLS> clazz)
-