org.apache.lucene.messages
Interface Message

All Superinterfaces:
Serializable
All Known Implementing Classes:
MessageImpl

public interface Message
extends Serializable

Message Interface for a lazy loading. For Native Language Support (NLS), system of software internationalization.


Method Summary
 Object[] getArguments()
           
 String getKey()
           
 String getLocalizedMessage()
           
 String getLocalizedMessage(Locale locale)
           
 

Method Detail

getKey

String getKey()

getArguments

Object[] getArguments()

getLocalizedMessage

String getLocalizedMessage()

getLocalizedMessage

String getLocalizedMessage(Locale locale)


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