org.ceryle.util
Class Msg
java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
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
|
Constructor Summary |
Msg()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NL
protected static String NL
contents
protected Object[][] contents
Msg
public Msg()
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.