MCPcopy Index your code
hub / github.com/davidgiven/luje / getProperty

Method getProperty

lib/java/lang/System.java:12–15  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

10 public static PrintStream err = new PrintStream(new FileOutputStream(FileDescriptor.err));
11
12 public static String getProperty(String key)
13 {
14 return "";
15 }
16
17 public static String getProperty(String key, String defaultValue)
18 {

Callers 9

FileCanonPathCacheClass · 0.95
UtilClass · 0.95
defaultCharsetMethod · 0.95
getBooleanMethod · 0.95
getIntegerMethod · 0.95
getLongMethod · 0.95
FileClass · 0.95
createTempFileMethod · 0.95
properPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected