org.ceryle.util
Class Msg

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.ListResourceBundle
          extended by org.ceryle.util.Msg
Direct Known Subclasses:
Messages

public class Msg
extends ListResourceBundle

A ResourceBundle containing content used in messages; localization = en_US.

When modifying this file, or creating alternate localizations from it, pay attention to extra spaces used when there are String concatentations spanning multiple lines, or you may end up with words getting jammed together. Generally, the extra space is added to the end of a String rather than the beginning.

Note that percent signs are avoided in messages in order to facilitate their use as message field delimiters (e.g., "%1", "%2", etc.).

All message IDs in this class begin (by convention) with an underscore "_" character, which may be used to signal use of this ResourceBundle in preference.

Since:
JDK1.3
Version:
$Id: Msg.java,v 3.6 2007-06-20 01:28:32 altheim Exp $
Author:
Murray Altheim

Field Summary
protected  Object[][] contents
           
protected static String NL
           
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
Msg()
           
 
Method Summary
protected  Object[][] getContents()
           
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NL

protected static String NL

contents

protected Object[][] contents
Constructor Detail

Msg

public Msg()
Method Detail

getContents

protected Object[][] getContents()
Specified by:
getContents in class ListResourceBundle


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.