MCPcopy Create free account
hub / github.com/PCGen/pcgen / getString

Method getString

code/src/java/pcgen/system/LanguageBundle.java:63–66  ·  view source on GitHub ↗

Convenience method to retrieve a localised string with no parameters. author: Thomas Behr 03-01-02 @param key The key of the property to be retrieved. @return String The localised string.

(String key)

Source from the content-addressed store, hash-verified

61 * @return String The localised string.
62 */
63 public static String getString(String key)
64 {
65 return getProperty(key);
66 }
67
68 /**
69 * Returns a localized string from the language bundle for the key passed.

Callers 15

StartMethod · 0.95
parseNonEmptyTokenMethod · 0.95
getTokenMethod · 0.95
getRaceTokenMethod · 0.95
getLocalizedNameMethod · 0.95
passesMethod · 0.95
toHtmlStringMethod · 0.95
initComponentsMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
prepareForSaveMethod · 0.95

Calls 1

getPropertyMethod · 0.95

Tested by 3

StartMethod · 0.76
passesMethod · 0.76
toHtmlStringMethod · 0.76