public interface StringResourceAccessor
Note: This class is not part of the public JGoodies Common API It's intended for implementation purposes only The class's API may change at any time.
String getString(String key, Object... args)
String.format
key - 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.