Gary Gregory created TEXT-141:
---------------------------------
Summary: Add
org.apache.commons.text.lookup.StringLookupFactory.resourceBundleStringLookup(String)
Key: TEXT-141
URL: https://issues.apache.org/jira/browse/TEXT-141
Project: Commons Text
Issue Type: Improvement
Reporter: Gary Gregory
Assignee: Gary Gregory
Fix For: 1.5
Add
{{org.apache.commons.text.lookup.StringLookupFactory.resourceBundleStringLookup(String)}}
to work on a single bundle.
{code:java}
/**
* Returns a ResourceBundleStringLookup instance for the given bundle name.
* <p>
* Looks up the value for a given key in the format "BundleKey".
* </p>
* <p>
* For example: "MyKey".
* </p>
* @param bundleName Only lookup in this bundle.
* @return a ResourceBundleStringLookup instance for the given bundle name.
* @since 1.5
*/
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)