MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / getString

Method getString

src/utils/Config.java:328–330  ·  view source on GitHub ↗

Returns the given property as a String @param property The property to load @return The property value as a string @throws NullPointerException if the property did not exist

(final String property)

Source from the content-addressed store, hash-verified

326 * @throws NullPointerException if the property did not exist
327 */
328 public final String getString(final String property) {
329 return properties.get(property);
330 }
331
332 /**
333 * Returns the given property as an integer

Callers 15

testAllDefaultsMethod · 0.95
constructorChildCopyMethod · 0.95
constructorWithFileMethod · 0.95
overrideConfigMethod · 0.95
getStringMethod · 0.95
getStringNullMethod · 0.95
beforeMethod · 0.95
loadHttpRpcPluginsMethod · 0.95
loadRpcPluginMethod · 0.95

Calls 1

getMethod · 0.45

Tested by 12

testAllDefaultsMethod · 0.76
constructorChildCopyMethod · 0.76
constructorWithFileMethod · 0.76
overrideConfigMethod · 0.76
getStringMethod · 0.76
getStringNullMethod · 0.76
beforeMethod · 0.76
loadHttpRpcPluginsMethod · 0.76
loadRpcPluginMethod · 0.76