- SearchContext - Class in oracle.javatools.resourcebundle
-
This is the core class that controls how the search occurs.
- SearchContext(Object, ResourceBundleWrapperRT) - Constructor for class oracle.javatools.resourcebundle.SearchContext
-
- SearchSupport - Interface in oracle.javatools.resourcebundle
-
- searchTerm - Variable in class oracle.javatools.resourcebundle.SearchContext
-
- setAppBundleInfoFactory(AppBundleInfoFactory) - Static method in class oracle.javatools.resourcebundle.ResourceBundleManager
-
Sets the AppBundleInfoFactory
- setBundleId(String) - Method in interface oracle.javatools.resourcebundle.ResourceBundleWrapper
-
Sets the bundleId associated with this instance of ResourceBundleWrapper
- setBundleId(String) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
-
- setChainedBundleFactory(ChainedBundleFactory) - Static method in class oracle.javatools.resourcebundle.ResourceBundleManager
-
Sets the ChainedBundleFactory
- setClassLoader(ClassLoader) - Method in class oracle.javatools.resourcebundle.impl.ListResourceBundleWrapper
-
- setDefaultResourceKeyGenerator(ResourceBundleKeyGenerator) - Method in class oracle.javatools.resourcebundle.ResourceBundleManager
-
Sets the default ResourceKeyGenerator for the system.
- setDirty(boolean) - Method in class oracle.javatools.resourcebundle.AppBundleInfo
-
- setDocument(Document) - Method in class oracle.javatools.resourcebundle.impl.CachedXliffResourceBundleWrapper
-
- setDocument(Document) - Method in class oracle.javatools.resourcebundle.impl.XliffResourceBundleWrapper
-
This should only be used when dealing with an override bundle and via the AppBundleInfoRT class
- setKey(Element, String) - Static method in class oracle.javatools.resourcebundle.XliffResourceBundleUtils
-
- setKeyGenerator(ResourceBundleKeyGenerator) - Method in interface oracle.javatools.resourcebundle.ResourceBundleWrapper
-
- setKeyGenerator(ResourceBundleKeyGenerator) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
-
- setKeyMaximumLength(int) - Method in class oracle.javatools.resourcebundle.CustomizableResourceBundleKeyGenerator
-
The key maximum length should be greater than 8 to keep key uniqueness.
- setKeyMinmumLength(int) - Method in class oracle.javatools.resourcebundle.CustomizableResourceBundleKeyGenerator
-
Sets the minimum length of a key.
- setMetadata(Map<String, String>) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapper.KeyInfo
-
- setOverridden(boolean) - Method in class oracle.javatools.resourcebundle.BundleRegistrationInfo
-
Sets whether the bundle is considered to have overrides in the application-level override bundle
- setParent(ResourceBundleWrapperRT) - Method in class oracle.javatools.resourcebundle.impl.XliffResourceBundleWrapper
-
- setParentList(List<String>) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
-
- setResourceBundleManager(ResourceBundleManager) - Static method in class oracle.javatools.resourcebundle.ResourceBundleManager
-
Publishes the specified ResourceBundleManager as the active instance in the IDE.
- setSearchCancelledBy(Throwable, String, Iterator<String>) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT.DefaultSearchContext
-
Allow an override class to trap on an error only, and possibly handle recovery or restart in it's own way.
- setSequenceStartsWith(int) - Method in class oracle.javatools.resourcebundle.CustomizableResourceBundleKeyGenerator
-
Sets the number to use when generating a new sequence for a key that would otherwise not be unique.
- setText(String) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapper.KeyInfo
-
- setURL(URL) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
-
- setWritable(boolean) - Method in class oracle.javatools.resourcebundle.AppBundleInfoRT
-
- setWritable(boolean) - Method in class oracle.javatools.resourcebundle.impl.XliffResourceBundleWrapper
-
- size() - Method in class oracle.javatools.resourcebundle.ChainedKeyValueMap
-
- SOURCE - Static variable in class oracle.javatools.resourcebundle.XliffResourceBundleUtils
-
- SOURCE_LANGUAGE - Static variable in class oracle.javatools.resourcebundle.XliffResourceBundleUtils
-
- splitBundle(ResourceBundleWrapper, ResourceBundleWrapper, Set<String>) - Method in class oracle.javatools.resourcebundle.ResourceBundleManager
-
Splits a ResourceBundleWrapper into two.
- splitBundle(ResourceBundleWrapper, ResourceBundleWrapper, Set<String>) - Method in class oracle.javatools.resourcebundle.ResourceBundleManagerRT
-
- stripUnicodeEscapes(String) - Static method in class oracle.javatools.resourcebundle.ResourceBundleUtils
-
Deprecated.
Please use ResourceUtils.addUnicodeEscapes instead.
- SYSTEM_BUNDLE_ID - Static variable in class oracle.javatools.resourcebundle.ResourceBundleManager
-