Oracle Content Management SDK

oracle.ifs.beans.resources
Class LibraryResources_ja

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--oracle.ifs.beans.resources.LibraryResources_ja

public class LibraryResources_ja
extends java.util.ListResourceBundle

LibraryResources is a localized collection of strings.

LibraryResources_ja subclasses Java's ListResourceBundle. Refer to the JDK documentation on ListResourceBundles for more details on their use.

This is the primary ListResourceBundle used by the iFS repository. Additional ListResourceBundles are part of the product, which introduce additional error codes and localizable strings. Each of these bundles reserves a unique prefix and a bank of error codes. The current set of prefixes and error code banks are as follows:

Error codes 100000 to 199999 can be used by custom applications. Oracle reserves all error codes from 0 to 99999 and greater than 200000.


Method Summary
 java.lang.Object[][] getContents()
          Returns the library resources.
 

Method Detail


getContents

public java.lang.Object[][] getContents()
Returns the library resources.
Overrides:
getContents in class java.util.ListResourceBundle
Returns:
an array of resource name/value pairs

Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.