public class LibraryResources extends ListResourceBundle
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:
ResourceBundle.Control
Modifier and Type | Field and Description |
---|---|
protected static Object[][] |
s_Contents
The resource name/value pairs.
|
parent
Constructor and Description |
---|
LibraryResources() |
Modifier and Type | Method and Description |
---|---|
Object[][] |
getContents()
Returns the library resources.
|
getKeys, handleGetObject, handleKeySet
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent
protected static final Object[][] s_Contents
public Object[][] getContents()
getContents
in class ListResourceBundle
Copyright © 2023. All rights reserved.