Uses of Class
org.apache.lucene.queryparser.flexible.messages.NLS

Packages that use NLS
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
 class QueryParserMessages
          Flexible Query Parser message bundle class
 

Uses of NLS in org.apache.lucene.queryparser.flexible.messages
 

Method parameters in org.apache.lucene.queryparser.flexible.messages with type arguments of type NLS
protected static void NLS.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.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.