MCPcopy Create free account
hub / github.com/0opslab/opslabJutil / key

Method key

src/main/java/com/opslab/util/PropertiesUtil.java:25–27  ·  view source on GitHub ↗

从系统属性文件中获取相应的值 @param key key @return 返回value

(String key)

Source from the content-addressed store, hash-verified

23 * @return 返回value
24 */
25 public final static String key(String key) {
26 return System.getProperty(key);
27 }
28
29 /**
30 * 根据Key读取Value

Callers 3

testKeyMethod · 0.95
testProMethod · 0.95
SysHeplerClass · 0.95

Calls 1

getPropertyMethod · 0.80

Tested by 2

testKeyMethod · 0.76
testProMethod · 0.76