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.String
getKey()
Deprecated.String
getLocalizedMessage()
Deprecated.String
getLocalizedMessage(Locale locale)
Deprecated.
-