| Package | Description |
|---|---|
| oracle.javatools.resourcebundle |
| Modifier and Type | Method and Description |
|---|---|
static ResourceBundleWrapperRT.SearchType |
ResourceBundleWrapperRT.SearchType.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ResourceBundleWrapperRT.SearchType[] |
ResourceBundleWrapperRT.SearchType.values()
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<java.lang.String> |
ResourceBundleWrapperRT.findKeys(ResourceBundleWrapperRT.SearchType searchType, java.lang.Object searchTerm)
Returns a set of keys that satisfy the search using the overload, but with hard-coded param, ignoreCase='false' to preserve legacy behavior.
|