MCPcopy Create free account
hub / github.com/ReadyTalk/avian / getProperty

Method getProperty

classpath/java/lang/System.java:50–52  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

48 int dstOffset, int length);
49
50 public static String getProperty(String name) {
51 return (String) Static.properties.get(name);
52 }
53
54 public static String getProperty(String name, String defaultValue) {
55 String result = getProperty(name);

Callers 15

mainMethod · 0.95
mainMethod · 0.95
findClassMethod · 0.95
mainMethod · 0.95
loadClassMethod · 0.95
mainMethod · 0.95
TracesClass · 0.95
printStackTraceMethod · 0.95
getBooleanMethod · 0.95
StaticClass · 0.95
PrintWriterClass · 0.95
FileClass · 0.95

Calls 1

getMethod · 0.65

Tested by 7

mainMethod · 0.76
mainMethod · 0.76
findClassMethod · 0.76
mainMethod · 0.76
loadClassMethod · 0.76
mainMethod · 0.76
getMethod · 0.36