MCPcopy Create free account
hub / github.com/dianping/cat / getProperty

Method getProperty

integration/context/CatContextImpl.java:22–25  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

20 }
21
22 @Override
23 public String getProperty(String key) {
24 return properties.get(key);
25 }
26}

Callers 1

applyMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected