org.ceryle.util
Class Rsrc

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.ListResourceBundle
          extended by 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

Field Summary
protected static Object[][] contents
           
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
Rsrc()
           
 
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

contents

protected static final Object[][] contents
Constructor Detail

Rsrc

public Rsrc()
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.