- FILE - Static variable in class oracle.javatools.resourcebundle.XliffResourceBundleUtils
-
- findKeys(String, Object, boolean) - Method in class oracle.javatools.resourcebundle.impl.ListResourceBundleWrapper
-
- findKeys(String, Object, boolean) - Method in class oracle.javatools.resourcebundle.impl.PropertiesResourceBundleWrapper
-
- findKeys() - Method in class oracle.javatools.resourcebundle.ResourceBundleAdapter.AdapterDefaultSearchContext
-
- findKeys(String, Object, boolean) - Method in class oracle.javatools.resourcebundle.ResourceBundleAdapter
-
- findKeys() - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT.DefaultSearchContext
-
- findKeys(String, Object, boolean) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
-
This is the single pinch-point method that most override classes can extend
to support their own policies and enhancements to the find operations.
- findKeys(ResourceBundleWrapperRT.SearchType, Object) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
-
Returns a set of keys that satisfy the search using the overload,
but with hard-coded param, ignoreCase='false' to preserve legacy behavior.
- findKeys() - Method in class oracle.javatools.resourcebundle.SearchContext
-
- findKeysByMetaData(Map<String, String>) - Method in interface oracle.javatools.resourcebundle.ResourceBundleWrapper
-
- findKeysByMetaData(Map<String, String>, boolean) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
-
- findKeysByMetaData(Map<String, String>) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
-
- findKeysByMetaData(Map<String, String>, boolean) - Method in interface oracle.javatools.resourcebundle.SearchSupport
-
Gets a Set of keys which exactly match the specified metadata.
- findKeysByText(String) - Method in interface oracle.javatools.resourcebundle.ResourceBundleWrapper
-
- findKeysByText(String, boolean) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
-
- findKeysByText(String) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
-
- findKeysByText(String, boolean) - Method in interface oracle.javatools.resourcebundle.SearchSupport
-
Finds the Set
of keys containing an exact match for text
- findKeysLikeKey(String) - Method in interface oracle.javatools.resourcebundle.ResourceBundleWrapper
-
- findKeysLikeKey(String, boolean) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
-
- findKeysLikeKey(String) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
-
- findKeysLikeKey(String, boolean) - Method in interface oracle.javatools.resourcebundle.SearchSupport
-
Finds the Set
of keys identifying entries whose key
contains the substring key
.
- findKeysLikeMetaData(Map<String, String>, boolean) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
-
- findKeysLikeMetaData(Map<String, String>, boolean) - Method in interface oracle.javatools.resourcebundle.SearchSupport
-
Gets a Set of keys which is a contains match for the specified metadata.
- findKeysLikeText(String) - Method in interface oracle.javatools.resourcebundle.ResourceBundleWrapper
-
- findKeysLikeText(String, boolean) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
-
- findKeysLikeText(String) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
-
- findKeysLikeText(String, boolean) - Method in interface oracle.javatools.resourcebundle.SearchSupport
-
Finds the Set
of keys identifying entries whose translated text
contains the substring text
.
- flush() - Method in class oracle.javatools.resourcebundle.AppBundleInfo
-
Deprecated.
- flush() - Static method in class oracle.javatools.resourcebundle.BundleFactory
-
Clears out any resource bundles cached by the run time resource bundle manager
- flush() - Method in class oracle.javatools.resourcebundle.ResourceBundleManagerRT
-
Clears the cached resource bundles
- flushChanges() - Method in class oracle.javatools.resourcebundle.ChainedBundleFactory
-
- flushChanges() - Method in class oracle.javatools.resourcebundle.DefaultChainedBundleFactory
-
- FND_MESSAGES_BUNDLE - Static variable in class oracle.javatools.resourcebundle.ResourceBundleUtils
-
- format(Map<String, String>) - Method in class oracle.javatools.resourcebundle.NamedMessageFormat
-
Formats the given Map of strings based on the initial
pattern.
- format(Map<String, String>, int) - Method in class oracle.javatools.resourcebundle.NamedMessageFormat
-
Formats the given Map of strings based on the initial
pattern.
- formatMsg(String, Map<String, Object>) - Static method in class oracle.javatools.resourcebundle.NamedMessageFormat
-
Takes the given message and replaces any named tokens in the message
with the value from the tokens map.
- formatMsgMixed(String, Map<String, Object>, Map<String, Object>) - Static method in class oracle.javatools.resourcebundle.NamedMessageFormat
-
/**
Takes the given message and replaces any named tokens in the message that
are included in the parameters map and replaces them with the value in the
parameter map.
- formatMsgPlain(String, Map<String, Object>) - Static method in class oracle.javatools.resourcebundle.NamedMessageFormat
-
Takes the given message and replaces any named tokens in the message that
are included in the parameters map and replaces them with the value in the
parameter map.