gnu.lgpl
Class LGPLMsg

java.lang.Object
  extended by org.crosswire.common.util.MsgBase
      extended by gnu.lgpl.LGPLMsg

final class LGPLMsg
extends MsgBase

Compile safe Msg resource settings.

Author:
DM Smith
See Also:
The GNU Lesser General Public License for details.

Field Summary
private static MsgBase msg
           
 
Constructor Summary
LGPLMsg()
           
 
Method Summary
static String lookupText(String key, Object... params)
          Get the internationalized text, but return key if key is unknown.
 
Methods inherited from class org.crosswire.common.util.MsgBase
lookup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msg

private static MsgBase msg
Constructor Detail

LGPLMsg

LGPLMsg()
Method Detail

lookupText

public static String lookupText(String key,
                                Object... params)
Get the internationalized text, but return key if key is unknown. The text requires one or more parameters to be passed.

Parameters:
key - the formatted key to internationalize
params - the parameters to format
Returns:
the formatted, internationalized text

Copyright ยจ 2003-2015