MCPcopy Create free account
hub / github.com/dhale/jtk / getResourceBundle

Method getResourceBundle

core/src/main/java/edu/mines/jtk/util/Localize.java:141–176  ·  view source on GitHub ↗

Get a resource bundle associated with a class. @param clazz Name of client class that requires resource bundle. @param resourceBundleName Name of ResourceBundle to be used for localizing messages. If null, then Class<Foo> is assumed to have property files Foo.properties, Foo_es.properties, et

(final Class<?> clazz, String resourceBundleName, Locale locale)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

LocalizeMethod · 0.95
formatMethod · 0.80

Calls 4

getMethod · 0.65
putMethod · 0.65
getNameMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected