public final class PropertiesResourceBundleWrapper extends ResourceBundleWrapperRT
PropertiesResourceBundleWrapper
provides a run-time
implementation of a ResourceBundleWrapper
for .properties files.
**Note** Metadata is not currently supported in properties files at
run-timeResourceBundleWrapperRT.DefaultSearchContext, ResourceBundleWrapperRT.SearchType
ResourceBundleWrapper.KeyInfo
_parent
Constructor and Description |
---|
PropertiesResourceBundleWrapper() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<java.lang.String> |
findKeys(java.lang.String searchTypeMeth,
java.lang.Object searchTerm,
boolean ignoreCase)
This is the single pinch-point method that most override classes can extend
to support their own policies and enhancements to the find operations.
|
java.util.Map<java.lang.String,java.lang.String> |
getKeyValueMap()
Gets the map of key-values for this bundle.
|
java.util.Map<java.lang.String,java.lang.String> |
getMetadata(java.lang.String key)
Gets the translated text (value) identified by
key |
java.lang.String |
getString(java.lang.String key)
Gets the translated text (value) identified by
key |
java.util.Set<java.lang.String> |
keySet()
Returns a set view of the keys contained in this resource bundle.
|
void |
parse(java.net.URL url) |
addEntry, addEntry, addEntry, addEntryNoDialog, addResourceBundleListener, deleteEntry, deleteEntry, findKeys, findKeysByMetaData, findKeysByMetaData, findKeysByText, findKeysByText, findKeysLikeKey, findKeysLikeKey, findKeysLikeMetaData, findKeysLikeText, findKeysLikeText, getBaseBundleKeyValueMap, getBundleId, getChainedKeyValueMap, getChainedKeyValueMapNoOverride, getChainedKeyValueNoteMap, getExportChainedKeyValueNoteMap, getKeyGenerator, getKeyMapForExport, getKeyMapForFABundleExport, getKeyValueNoteMap, getKeyValueNoteMap, getKeyValueNoteMapFromFABundle, getKeyValueNoteMapFromFABundleChain, getMetadataFromParentChain, getMetadataObject, getMOReference, getMostSpecificWrapperMoName, getParent, getParentChain, getParentList, getSEChainedKeyValueMap, isCacheable, isEmptyReadOnlyWrapper, isIsSEWrapper, refreshBundleIfNeeded, removeResourceBundleListener, setBundleId, setEmptyReadOnlyWrapper, setIsSEWrapper, setKeyGenerator, setParentList, setURL, toString, updateEntry, updateEntry, updateEntry, updateEntry, updateEntryExport, updateEntryImport, updateEntryNoDialog, updateEntryNoDialog
public java.lang.String getString(java.lang.String key)
ResourceBundleWrapper
key
getString
in interface ResourceBundleWrapper
getString
in class ResourceBundleWrapperRT
key
- The key in the resource bundleprotected java.util.Set<java.lang.String> findKeys(java.lang.String searchTypeMeth, java.lang.Object searchTerm, boolean ignoreCase)
ResourceBundleWrapperRT
findKeys
in class ResourceBundleWrapperRT
searchTypeMeth
- type of search to performsearchTerm
- term being searched forignoreCase
- whether to _ignoreCase of searchTerm for matchespublic java.util.Set<java.lang.String> keySet()
ResourceBundleWrapper
Iterator
will throw an UnsupportedOperationException
.public java.util.Map<java.lang.String,java.lang.String> getMetadata(java.lang.String key)
ResourceBundleWrapper
key
key
- The key in the resource bundlepublic java.util.Map<java.lang.String,java.lang.String> getKeyValueMap()
ResourceBundleWrapperRT
getKeyValueMap
in class ResourceBundleWrapperRT
public void parse(java.net.URL url)
parse
in class ResourceBundleWrapperRT