public final class StringResourceAccess extends Object
Note: This class is not par of the public JGoodies Common API It is intended for implementation purposes only The class's API may change at any time.
| Constructor and Description |
|---|
StringResourceAccess() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getResourceString(StringResourceAccessor accessor,
String key,
Object... args)
Looks up and returns a String associated with the given resource ke
from the given StringResourceAccessor.
|
public static String getResourceString(StringResourceAccessor accessor, String key, Object... args)
String.format
accessor - maps keys to resource Stringskey - the key in the resource bundleargs - optional format arguments forwarded to String#formatString.format(String, Object...)Copyright © 2009-2014 JGoodies Software GmbH. All Rights Reserved.