org.ceryle.util
Class Rsrc
java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
org.ceryle.util.Rsrc
public class Rsrc
- extends ListResourceBundle
A ResourceBundle containing localizable 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.
Note that semicolons are avoided in messages in order to facilitate their use
as error message field delimiters.
- Since:
- JDK1.3
- Version:
- $Id: Rsrc.java,v 3.4 2007-06-15 12:09:57 altheim Exp $
- Author:
- Murray Altheim
|
Constructor Summary |
Rsrc()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contents
protected static final Object[][] contents
Rsrc
public Rsrc()
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.