oracle.ifs.beans.resources
Class LibraryResources_es
java.lang.Object
|
+--java.util.ResourceBundle
|
+--java.util.ListResourceBundle
|
+--oracle.ifs.beans.resources.LibraryResources_es
- public class LibraryResources_es
- extends java.util.ListResourceBundle
LibraryResources is a localized collection of strings.
LibraryResources 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:
- 10000-49999 REPOS: The iFS repository
- 50000-59999 Reserved: Reserved for future use
- 66000-66999 CLIENTS.OEM: Oracle Enterprise iFS Manager Admin Client
- 67000-67499 CLIENTS.WINDOWS: Windows Plug-in
- 68000-68099 ADK: The ADK modules
- 68200-68299 ADK.FILESYSTEM: FileManager Interface
- 68400-68499 ADK.FILESYSTEM.PLATFORM: Development Platform Implementation
- 68600-68699 ADK.UIX: UIX Framework
- 70000-70999 FTP: The FTP protocol server
- 71000-71999 NFS: The NFS protocol server
- 72000-72999 SMB: The SMB protocol server
- 74000-74999 EML: Email protocol servers (IMAP4, POP3, etc.)
- 76000-76999 WSI: Web server interfaces
- 78000-78999 NTFS: NT File System Driver
- 80000-81999 INSTALL: iFS Installer
- 82000-82999 UPGRADE MANAGER: Upgrade Manager
- 83000-84999 RUBY: Ruby Client
- 85000-85499 SAGE: Sage
- 85500-85999 Reserved: Reserved for future use
- 100000-199999 For customer use.
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. |
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
(c) 2002 Copyright Oracle Corporation. All rights reserved.