com.ibm.manplato.Resources.Conduit
Class TextDump

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--com.ibm.manplato.Resources.Conduit.TextDump
All Implemented Interfaces:
java.io.Serializable

public class TextDump
extends java.util.ListResourceBundle
implements java.io.Serializable

The default (English) language resources file for ManplatoSync.

Version:
$Rev$-$Date: 2001/05/23 05:17:23 $$State: Exp $
Author:
File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: schmidtd $
See Also:
Serialized Form

Field Summary
(package private) static java.lang.Object[][] contents
           
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
TextDump()
           
 
Method Summary
protected  java.lang.Object[][] getContents()
          Returns the contents of this ListBundleResources class.
 
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

static final java.lang.Object[][] contents
Constructor Detail

TextDump

public TextDump()
Method Detail

getContents

protected java.lang.Object[][] getContents()
Returns the contents of this ListBundleResources class.
Overrides:
getContents in class java.util.ListResourceBundle
Returns:
an Object array containing this classes resources.
See Also:
java.util.ListBundleResource