Package org.apache.lucene.messages
Interface Message
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
MessageImpl
@Deprecated public interface Message extends Serializable
Deprecated.Will be moved to a private package inside flexible query parser (Lucene 4.0).Message Interface for a lazy loading. For Native Language Support (NLS), system of software internationalization.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Object[]getArguments()Deprecated.StringgetKey()Deprecated.StringgetLocalizedMessage()Deprecated.StringgetLocalizedMessage(Locale locale)Deprecated.
-